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

Function willDelValues

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

Source from the content-addressed store, hash-verified

3141 const willDelRow = (tableId, rowId) => everyCallback(willDelRowCallbacks, tableId, rowId);
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;

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…