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

Method forEachQuery

src/@types/queries/index.d.ts:370–370  ·  view source on GitHub ↗
(queryCallback: QueryCallback)

Source from the content-addressed store, hash-verified

368
369 /// Queries.forEachQuery
370 forEachQuery(queryCallback: QueryCallback): void;
371
372 /// Queries.hasQuery
373 hasQuery(queryId: Id): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected