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

Function setPartialValues

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:1980–1985  ·  view source on GitHub ↗
(partialValues)

Source from the content-addressed store, hash-verified

1978 () => validateValues(values) ? setValidValues(values) : 0
1979 );
1980 const setPartialValues = (partialValues) => fluentTransaction(
1981 () => validateValues(partialValues, 1) ? objMap(
1982 partialValues,
1983 (value, valueId) => setValidValue(valueId, value)
1984 ) : 0
1985 );
1986 const setValue = (valueId, value, skipMiddleware) => fluentTransaction(
1987 (valueId2) => ifNotUndefined(
1988 getValidatedValue(

Callers

nothing calls this directly

Calls 4

fluentTransactionFunction · 0.70
validateValuesFunction · 0.70
objMapFunction · 0.70
setValidValueFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…