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

Function willSetValue

src/middleware/index.ts:106–107  ·  view source on GitHub ↗
(valueId: Id, value: Value)

Source from the content-addressed store, hash-verified

104 reduceCallbacks(willSetValuesCallbacks, values);
105
106 const willSetValue = (valueId: Id, value: Value): ValueOrUndefined =>
107 reduceCallbacks(willSetValueCallbacks, value, valueId);
108
109 const willDelTables = (): boolean => everyCallback(willDelTablesCallbacks);
110

Callers 1

setValidValueFunction · 0.50

Calls 1

reduceCallbacksFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…