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

Method forEachResultTable

src/@types/queries/index.d.ts:418–418  ·  view source on GitHub ↗
(tableCallback: ResultTableCallback)

Source from the content-addressed store, hash-verified

416
417 /// Queries.forEachResultTable
418 forEachResultTable(tableCallback: ResultTableCallback): void;
419
420 /// Queries.forEachResultRow
421 forEachResultRow(queryId: Id, rowCallback: ResultRowCallback): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected