No matches found in users.
Try switching to another result type using the tabs above.
You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/?q=function&page=1&format=json
For typeahead suggestions, use the /typeahead
endpoint:
https://codesearch.val.run/typeahead?q=function
Returns an array of strings in format "username" or "username/projectName"
Found 7144 results for "function"(454ms)
No matches found in users.
Try switching to another result type using the tabs above.
3import { TABLE_NAME } from "./updateTable";
45export default async function(req: Request): Promise<Response> {
6// url query
7// ?c=id - for creation image
23export const TABLE_NAME = "pondiverse_creations_v4";
4export default async function(req: Request): Promise<Response> {
5await sqlite.execute(
6`CREATE TABLE IF NOT EXISTS ${TABLE_NAME} (