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

Function setValues

src/store/index.ts:1688–1691  ·  view source on GitHub ↗
(values: Values)

Source from the content-addressed store, hash-verified

1686 );
1687
1688 const setValues = (values: Values): Store =>
1689 fluentTransaction(() =>
1690 validateValues(values) ? setValidValues(values) : 0,
1691 );
1692
1693 const setPartialValues = (partialValues: Values): Store =>
1694 fluentTransaction(() =>

Callers 5

setOrDelValuesFunction · 0.70
setValuesSchemaFunction · 0.70
StateFunction · 0.50
TestFunction · 0.50
StateFunction · 0.50

Calls 3

fluentTransactionFunction · 0.70
validateValuesFunction · 0.70
setValidValuesFunction · 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…