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

Method getResultCell

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

Source from the content-addressed store, hash-verified

404
405 /// Queries.getResultCell
406 getResultCell(queryId: Id, rowId: Id, cellId: Id): ResultCellOrUndefined;
407
408 /// Queries.hasResultTable
409 hasResultTable(queryId: Id): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected