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

Function resolveQueries

src/ui-svelte/functions.svelte.ts:241–244  ·  view source on GitHub ↗
(
  queriesOrQueriesId?: MaybeGetter<Queries | Id | undefined>,
)

Source from the content-addressed store, hash-verified

239 );
240
241export const resolveQueries = (
242 queriesOrQueriesId?: MaybeGetter<Queries | Id | undefined>,
243): (() => Queries | undefined) =>
244 resolveProvidedThing<Queries>(queriesOrQueriesId as any, OFFSET_QUERIES);
245
246export const resolveCheckpoints = (
247 checkpointsOrCheckpointsId?: MaybeGetter<Checkpoints | Id | undefined>,

Callers 15

getQueryIdsFunction · 0.70
getResultTableFunction · 0.70
getResultTableCellIdsFunction · 0.70
getResultRowCountFunction · 0.70
getResultRowIdsFunction · 0.70
getResultSortedRowIdsFunction · 0.70
getResultRowFunction · 0.70
getResultCellIdsFunction · 0.70
getResultCellFunction · 0.70
onResultTableFunction · 0.70
onResultTableCellIdsFunction · 0.70
onResultRowCountFunction · 0.70

Calls 1

resolveProvidedThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…