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

Function willDelTables

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

Source from the content-addressed store, hash-verified

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

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…