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

Function getRow

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:1862–1862  ·  view source on GitHub ↗
(tableId, rowId)

Source from the content-addressed store, hash-verified

1860 ([, rowId]) => rowId
1861 );
1862 const getRow = (tableId, rowId) => mapToObj(mapGet(mapGet(tablesMap, id(tableId)), id(rowId)), decodeIfJson);
1863 const getCellIds = (tableId, rowId) => mapKeys(mapGet(mapGet(tablesMap, id(tableId)), id(rowId)));
1864 const getCell = (tableId, rowId, cellId) => decodeIfJson(
1865 mapGet(mapGet(mapGet(tablesMap, id(tableId)), id(rowId)), id(cellId))

Callers

nothing calls this directly

Calls 3

mapToObjFunction · 0.70
mapGetFunction · 0.70
idFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…