getFileEmail4 file matches
A helper function to build a file's email
tuna8 file matches
Simple functional CSS library for Val Town
AutomationFunction1 file match
trmnl_plugins2 file matches
Backend functions for TRMNL plugins
You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$%7Bsuccess?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 18010 results for "function"(999ms)
1export default function server(request: Request): Response {
2// Define the redirect targets
3const SPECIAL_REDIRECT_TARGET = "https://apple.com/apple-events";
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} (