MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useQueries

Function useQueries

src/ui-react/hooks.ts:1801–1803  ·  view source on GitHub ↗
(
  id?: Id,
)

Source from the content-addressed store, hash-verified

1799 useThingIds(OFFSET_QUERIES);
1800
1801export const useQueries: typeof useQueriesDecl = (
1802 id?: Id,
1803): Queries | undefined => useThing(id, OFFSET_QUERIES);
1804
1805export const useQueriesOrQueriesById: typeof useQueriesOrQueriesByIdDecl = (
1806 queriesOrQueriesId?: QueriesOrQueriesId,

Callers 8

TestFunction · 0.90
ProvidedThingsFunction · 0.90
QueriesViewFunction · 0.90
BodyFunction · 0.90
QueriesFunction · 0.50
QueriesFunction · 0.50

Calls 1

useThingFunction · 0.90

Tested by 3

TestFunction · 0.72
ProvidedThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…