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

Method hasResultRow

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

Source from the content-addressed store, hash-verified

410
411 /// Queries.hasResultRow
412 hasResultRow(queryId: Id, rowId: Id): boolean;
413
414 /// Queries.hasResultCell
415 hasResultCell(queryId: Id, rowId: Id, cellId: Id): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected