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

Function useQueryIds

src/ui-react/hooks.ts:1815–1822  ·  view source on GitHub ↗
(
  queriesOrQueriesId?: QueriesOrQueriesId,
)

Source from the content-addressed store, hash-verified

1813): void => useProvideThing(queriesId, queries, OFFSET_QUERIES);
1814
1815export const useQueryIds: typeof useQueryIdsDecl = (
1816 queriesOrQueriesId?: QueriesOrQueriesId,
1817): Ids =>
1818 useListenable(
1819 QUERY + IDS,
1820 useQueriesOrQueriesById(queriesOrQueriesId),
1821 ReturnType.Array,
1822 );
1823
1824export const useResultTable: typeof useResultTableDecl = (
1825 queryId: Id,

Callers 2

ReaderFunction · 0.90
QueriesViewFunction · 0.90

Calls 2

useQueriesOrQueriesByIdFunction · 0.90
useListenableFunction · 0.70

Tested by 1

ReaderFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…