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

Function forEachTableCell

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

Source from the content-addressed store, hash-verified

2242 )
2243 );
2244 const forEachTableCell = (tableId, tableCellCallback) => mapForEach(mapGet(tableCellIds, id(tableId)), tableCellCallback);
2245 const forEachRow = (tableId, rowCallback) => collForEach(
2246 mapGet(tablesMap, id(tableId)),
2247 (rowMap, rowId) => rowCallback(

Callers

nothing calls this directly

Calls 3

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