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

Function getRow

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

Source from the content-addressed store, hash-verified

1519 );
1520
1521 const getRow = (tableId: Id, rowId: Id): Row =>
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)));

Callers 1

GettersFunction · 0.50

Calls 3

mapToObjFunction · 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…