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

Method getParamValues

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

Source from the content-addressed store, hash-verified

350
351 /// Queries.getParamValues
352 getParamValues(queryId: Id): ParamValues;
353
354 /// Queries.getParamValue
355 getParamValue(queryId: Id, paramId: Id): ParamValue | undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected