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

Method forEachResultRow

src/@types/queries/index.d.ts:421–421  ·  view source on GitHub ↗
(queryId: Id, rowCallback: ResultRowCallback)

Source from the content-addressed store, hash-verified

419
420 /// Queries.forEachResultRow
421 forEachResultRow(queryId: Id, rowCallback: ResultRowCallback): void;
422
423 /// Queries.forEachResultCell
424 forEachResultCell(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected