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

Method getResultRowCount

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

Source from the content-addressed store, hash-verified

383
384 /// Queries.getResultRowCount
385 getResultRowCount(queryId: Id): number;
386
387 /// Queries.getResultRowIds
388 getResultRowIds(queryId: Id): Ids;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected