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

Method forEachTable

src/@types/store/index.d.ts:631–631  ·  view source on GitHub ↗
(tableCallback: TableCallback)

Source from the content-addressed store, hash-verified

629
630 /// Store.forEachTable
631 forEachTable(tableCallback: TableCallback): void;
632
633 /// Store.forEachTableCell
634 forEachTableCell(tableId: Id, tableCellCallback: TableCellCallback): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected