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

Function getRowIds

src/ui-svelte/functions.svelte.ts:395–401  ·  view source on GitHub ↗
(
  tableId: MaybeGetter<Id>,
  storeOrStoreId?: MaybeGetter<Store | Id | undefined>,
)

Source from the content-addressed store, hash-verified

393 ]);
394
395export const getRowIds = (
396 tableId: MaybeGetter<Id>,
397 storeOrStoreId?: MaybeGetter<Store | Id | undefined>,
398): {readonly current: Ids} =>
399 createListenable(resolveStore(storeOrStoreId), ROW_IDS, EMPTY_ARR, () => [
400 maybeGet(tableId),
401 ]);
402
403export const getSortedRowIds = (
404 tableId: MaybeGetter<Id>,

Callers

nothing calls this directly

Calls 3

createListenableFunction · 0.70
resolveStoreFunction · 0.70
maybeGetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…