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

Method setParamValues

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

Source from the content-addressed store, hash-verified

356
357 /// Queries.setParamValues
358 setParamValues(queryId: Id, paramValues: ParamValues): Queries;
359
360 /// Queries.setParamValue
361 setParamValue(queryId: Id, paramId: Id, value: ParamValue): Queries;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected