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

Function useProvideQueries

src/ui-react/hooks.ts:1810–1813  ·  view source on GitHub ↗
(
  queriesId: Id,
  queries: Queries,
)

Source from the content-addressed store, hash-verified

1808 useThingOrThingById(queriesOrQueriesId, OFFSET_QUERIES);
1809
1810export const useProvideQueries: typeof useProvideQueriesDecl = (
1811 queriesId: Id,
1812 queries: Queries,
1813): void => useProvideThing(queriesId, queries, OFFSET_QUERIES);
1814
1815export const useQueryIds: typeof useQueryIdsDecl = (
1816 queriesOrQueriesId?: QueriesOrQueriesId,

Callers 2

ProvideQueriesFunction · 0.90
ProvideThingsFunction · 0.90

Calls 1

useProvideThingFunction · 0.90

Tested by 2

ProvideQueriesFunction · 0.72
ProvideThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…