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

Function getTableCellIds

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

Source from the content-addressed store, hash-verified

1474 mapToObj2(mapGet(tablesMap, id(tableId)), decodeIfJson);
1475
1476 const getTableCellIds = (tableId: Id): Ids =>
1477 mapKeys(mapGet(tableCellIds, id(tableId)));
1478
1479 const getRowCount = (tableId: Id): number =>
1480 collSize(mapGet(tablesMap, id(tableId)));

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…