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

Method delQueryDefinition

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

Source from the content-addressed store, hash-verified

347
348 /// Queries.delQueryDefinition
349 delQueryDefinition(queryId: Id): Queries;
350
351 /// Queries.getParamValues
352 getParamValues(queryId: Id): ParamValues;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected