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

Function useQueriesOrQueriesById

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

Source from the content-addressed store, hash-verified

1803): Queries | undefined => useThing(id, OFFSET_QUERIES);
1804
1805export const useQueriesOrQueriesById: typeof useQueriesOrQueriesByIdDecl = (
1806 queriesOrQueriesId?: QueriesOrQueriesId,
1807): Queries | undefined =>
1808 useThingOrThingById(queriesOrQueriesId, OFFSET_QUERIES);
1809
1810export const useProvideQueries: typeof useProvideQueriesDecl = (
1811 queriesId: Id,

Callers 15

useQueriesSetCallbackFunction · 0.90
useQueryIdsFunction · 0.90
useResultTableFunction · 0.90
useResultTableCellIdsFunction · 0.90
useResultRowCountFunction · 0.90
useResultRowIdsFunction · 0.90
useResultSortedRowIdsFunction · 0.90
useResultRowFunction · 0.90
useResultCellIdsFunction · 0.90
useResultCellFunction · 0.90
useResultTableListenerFunction · 0.90

Calls 1

useThingOrThingByIdFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…