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

Method getResultTable

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

Source from the content-addressed store, hash-verified

377
378 /// Queries.getResultTable
379 getResultTable(queryId: Id): ResultTable;
380
381 /// Queries.getResultTableCellIds
382 getResultTableCellIds(queryId: Id): Ids;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected