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

Method forEachResultCell

src/@types/queries/index.d.ts:424–424  ·  view source on GitHub ↗
(
    queryId: Id,
    rowId: Id,
    cellCallback: ResultCellCallback,
  )

Source from the content-addressed store, hash-verified

422
423 /// Queries.forEachResultCell
424 forEachResultCell(
425 queryId: Id,
426 rowId: Id,
427 cellCallback: ResultCellCallback,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected