MCPcopy Index your code
hub / github.com/tinyplex/tinybase / useQueriesIds

Function useQueriesIds

src/ui-react/hooks.ts:1798–1799  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1796): Queries | undefined => useCreate(store, create, createDeps);
1797
1798export const useQueriesIds: typeof useQueriesIdsDecl = () =>
1799 useThingIds(OFFSET_QUERIES);
1800
1801export const useQueries: typeof useQueriesDecl = (
1802 id?: Id,

Callers 5

ReaderFunction · 0.90
TestFunction · 0.90
BodyFunction · 0.90

Calls 1

useThingIdsFunction · 0.90

Tested by 2

ReaderFunction · 0.72
TestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…