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

Function willDelRow

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

Source from the content-addressed store, hash-verified

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);
3143 const willDelValues = () => everyCallback(willDelValuesCallbacks);
3144 const willDelValue = (valueId) => everyCallback(willDelValueCallbacks, valueId);

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…