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

Method getParamValue

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

Source from the content-addressed store, hash-verified

353
354 /// Queries.getParamValue
355 getParamValue(queryId: Id, paramId: Id): ParamValue | undefined;
356
357 /// Queries.setParamValues
358 setParamValues(queryId: Id, paramValues: ParamValues): Queries;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected