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

Method forEachCell

src/@types/store/index.d.ts:640–640  ·  view source on GitHub ↗
(tableId: Id, rowId: Id, cellCallback: CellCallback)

Source from the content-addressed store, hash-verified

638
639 /// Store.forEachCell
640 forEachCell(tableId: Id, rowId: Id, cellCallback: CellCallback): void;
641
642 /// Store.forEachValue
643 forEachValue(valueCallback: ValueCallback): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected