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

Function setPartialValues

src/store/index.ts:1693–1700  ·  view source on GitHub ↗
(partialValues: Values)

Source from the content-addressed store, hash-verified

1691 );
1692
1693 const setPartialValues = (partialValues: Values): Store =>
1694 fluentTransaction(() =>
1695 validateValues(partialValues, 1)
1696 ? objMap(partialValues, (value, valueId) =>
1697 setValidValue(valueId, value as Value),
1698 )
1699 : 0,
1700 );
1701
1702 const setValue = (
1703 valueId: Id,

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…