MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / close

Function close

apps/baseai.dev/src/components/Search.tsx:333–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 let inputRef = useRef<React.ElementRef<typeof SearchInput>>(null);
332 let { autocomplete, autocompleteState } = useAutocomplete({
333 close() {
334 setOpen(false);
335 }
336 });
337 let pathname = usePathname();
338 let searchParams = useSearchParams();

Callers 3

MobileNavigationDialogFunction · 0.85
onClickDialogFunction · 0.85
navigateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected