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

Function getCellIds

src/store/index.ts:1524–1525  ·  view source on GitHub ↗
(tableId: Id, rowId: Id)

Source from the content-addressed store, hash-verified

1522 mapToObj(mapGet(mapGet(tablesMap, id(tableId)), id(rowId)), decodeIfJson);
1523
1524 const getCellIds = (tableId: Id, rowId: Id): Ids =>
1525 mapKeys(mapGet(mapGet(tablesMap, id(tableId)), id(rowId)));
1526
1527 const getCell = (tableId: Id, rowId: Id, cellId: Id): CellOrUndefined =>
1528 decodeIfJson(

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…