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

Method getResultRow

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

Source from the content-addressed store, hash-verified

398
399 /// Queries.getResultRow
400 getResultRow(queryId: Id, rowId: Id): ResultRow;
401
402 /// Queries.getResultCellIds
403 getResultCellIds(queryId: Id, rowId: Id): Ids;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected