MCPcopy Create free account
hub / github.com/tinyplex/tinybase / forEachTableCell

Function forEachTableCell

src/store/index.ts:2027–2030  ·  view source on GitHub ↗
(
    tableId: Id,
    tableCellCallback: TableCellCallback,
  )

Source from the content-addressed store, hash-verified

2025 );
2026
2027 const forEachTableCell = (
2028 tableId: Id,
2029 tableCellCallback: TableCellCallback,
2030 ): void => mapForEach(mapGet(tableCellIds, id(tableId)), tableCellCallback);
2031
2032 const forEachRow = (tableId: Id, rowCallback: RowCallback): void =>
2033 collForEach(mapGet(tablesMap, id(tableId)), (rowMap, rowId) =>

Callers

nothing calls this directly

Calls 3

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