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

Method hasResultCell

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

Source from the content-addressed store, hash-verified

413
414 /// Queries.hasResultCell
415 hasResultCell(queryId: Id, rowId: Id, cellId: Id): boolean;
416
417 /// Queries.forEachResultTable
418 forEachResultTable(tableCallback: ResultTableCallback): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected