MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / useSearch

Function useSearch

src/components/context/SearchContext/useSearch.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { SearchContext } from './SearchContext';
3
4export function useSearch() {
5 return useContext(SearchContext);
6}

Callers 5

SidebarFunction · 0.90
HeaderFunction · 0.90
NavbarFunction · 0.90
SearchDialogFunction · 0.90
SearchDialogFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected