MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / useJsonSearchState

Function useJsonSearchState

app/hooks/useJsonSearch.tsx:244–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242}
243
244export function useJsonSearchState(): JsonSearchState {
245 return useContext(JsonSearchStateContext);
246}
247
248export function useJsonSearchApi(): JsonSearchApi {
249 return useContext(JsonSearchApiContext);

Callers 1

SearchPaletteFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected