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/$%7Burl%7D?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 18147 results for "function"(885ms)
4import { EyeIcon, FileCode2Icon, SparklesIcon, SquarePenIcon } from "./icons.tsx";
56export function Home() {
7return (
8<div className="container">
4import { useAuth } from "../hooks/useAuth.tsx";
56export function LoginRoute() {
7const navigate = useNavigate();
8const { isAuthenticated, authenticate, error } = useAuth();