MCPcopy Create free account
hub / github.com/emwalker/digraph / optionsFilter

Function optionsFilter

next/components/SearchBox/index.tsx:43–43  ·  view source on GitHub ↗
({ options })

Source from the content-addressed store, hash-verified

41
42// We don't need to filter the options at this point
43const optionsFilter: OptionsFilter = ({ options }) => options
44
45export default function SearchBox() {
46 const router = useRouter()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected