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

Method forEachRow

src/@types/store/index.d.ts:637–637  ·  view source on GitHub ↗
(tableId: Id, rowCallback: RowCallback)

Source from the content-addressed store, hash-verified

635
636 /// Store.forEachRow
637 forEachRow(tableId: Id, rowCallback: RowCallback): void;
638
639 /// Store.forEachCell
640 forEachCell(tableId: Id, rowId: Id, cellCallback: CellCallback): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected