MCPcopy
hub / github.com/tinyplex/tinybase / getRowIds

Function getRowIds

src/store/index.ts:1482–1483  ·  view source on GitHub ↗
(tableId: Id)

Source from the content-addressed store, hash-verified

1480 collSize(mapGet(tablesMap, id(tableId)));
1481
1482 const getRowIds = (tableId: Id): Ids =>
1483 mapKeys(mapGet(tablesMap, id(tableId)));
1484
1485 const getSortedRowIds = (
1486 tableIdOrArgs: Id | SortedRowIdsArgs,

Callers 1

GettersFunction · 0.50

Calls 3

mapKeysFunction · 0.90
mapGetFunction · 0.90
idFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…