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

Method forEachTableCell

src/@types/store/index.d.ts:634–634  ·  view source on GitHub ↗
(tableId: Id, tableCellCallback: TableCellCallback)

Source from the content-addressed store, hash-verified

632
633 /// Store.forEachTableCell
634 forEachTableCell(tableId: Id, tableCellCallback: TableCellCallback): void;
635
636 /// Store.forEachRow
637 forEachRow(tableId: Id, rowCallback: RowCallback): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected