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

Function willDelValue

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

Source from the content-addressed store, hash-verified

3142 const willDelCell = (tableId, rowId, cellId) => everyCallback(willDelCellCallbacks, tableId, rowId, cellId);
3143 const willDelValues = () => everyCallback(willDelValuesCallbacks);
3144 const willDelValue = (valueId) => everyCallback(willDelValueCallbacks, valueId);
3145 const willApplyChanges = (changes) => reduceCallbacks(willApplyChangesCallbacks, changes);
3146 const getStore = () => store;
3147 const addWillSetContentCallback = addCallback(willSetContentCallbacks);

Callers

nothing calls this directly

Calls 1

everyCallbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…