MCPcopy Index your code
hub / github.com/tinyplex/tinybase / setParamValues

Function setParamValues

src/queries/index.ts:849–854  ·  view source on GitHub ↗
(queryId: Id, paramValues: ParamValues)

Source from the content-addressed store, hash-verified

847 };
848
849 const setParamValues = (queryId: Id, paramValues: ParamValues): Queries => {
850 if (hasQuery(queryId)) {
851 setOrDelParamValues(queryId, paramValues);
852 }
853 return queries;
854 };
855
856 const setParamValue = (
857 queryId: Id,

Callers 3

StateFunction · 0.50
TestFunction · 0.50
StateFunction · 0.50

Calls 1

setOrDelParamValuesFunction · 0.70

Tested by 3

StateFunction · 0.40
TestFunction · 0.40
StateFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…