MCPcopy
hub / github.com/tinyplex/tinybase / setOrDelParamValues

Function setOrDelParamValues

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

Source from the content-addressed store, hash-verified

280 );
281
282 const setOrDelParamValues = (queryId: Id, paramValues: ParamValues) =>
283 (objIsEmpty(paramValues) ? paramStore.delRow : paramStore.setRow)(
284 PARAMS_TABLE,
285 queryId,
286 {...paramValues},
287 );
288
289 const addRoutedResultListener = (
290 stat: ResultListenerStat,

Callers 2

setQueryDefinitionFunction · 0.70
setParamValuesFunction · 0.70

Calls 1

objIsEmptyFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…