Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
export function useJsonSearchState(): JsonSearchState {
245
return useContext(JsonSearchStateContext);
246
}
247
248
export function useJsonSearchApi(): JsonSearchApi {
249
return useContext(JsonSearchApiContext);
Callers
1
SearchPalette
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected