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

Function willSetValues

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

Source from the content-addressed store, hash-verified

3135 const willSetRow = (tableId, rowId, row) => reduceCallbacks(willSetRowCallbacks, row, tableId, rowId);
3136 const willSetCell = (tableId, rowId, cellId, cell) => reduceCallbacks(willSetCellCallbacks, cell, tableId, rowId, cellId);
3137 const willSetValues = (values) => reduceCallbacks(willSetValuesCallbacks, values);
3138 const willSetValue = (valueId, value) => reduceCallbacks(willSetValueCallbacks, value, valueId);
3139 const willDelTables = () => everyCallback(willDelTablesCallbacks);
3140 const willDelTable = (tableId) => everyCallback(willDelTableCallbacks, tableId);

Callers 4

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