MCPcopy Create free account
hub / github.com/TryCatchLearn/Overflow / onAction

Function onAction

webapp/src/components/nav/SearchInput.tsx:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }, [query]);
36
37 const onAction = () => {
38 setQuery('');
39 setResults(null);
40 }
41
42 return (
43 <div className='flex flex-col w-full'>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…