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

Function getResultTableCellIds

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

Source from the content-addressed store, hash-verified

711 );
712
713export const getResultTableCellIds = (
714 queryId: MaybeGetter<Id>,
715 queriesOrQueriesId?: MaybeGetter<Queries | Id | undefined>,
716): {readonly current: Ids} =>
717 createListenable(
718 resolveQueries(queriesOrQueriesId),
719 RESULT + TABLE + CELL_IDS,
720 EMPTY_ARR,
721 () => [maybeGet(queryId)],
722 );
723
724export const getResultRowCount = (
725 queryId: MaybeGetter<Id>,

Callers

nothing calls this directly

Calls 3

createListenableFunction · 0.70
resolveQueriesFunction · 0.70
maybeGetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…