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

Method setParamValue

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

Source from the content-addressed store, hash-verified

359
360 /// Queries.setParamValue
361 setParamValue(queryId: Id, paramId: Id, value: ParamValue): Queries;
362
363 /// Queries.getStore
364 getStore(): Store;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected