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

Function willDelCell

src/middleware/index.ts:117–118  ·  view source on GitHub ↗
(tableId: Id, rowId: Id, cellId: Id)

Source from the content-addressed store, hash-verified

115 everyCallback(willDelRowCallbacks, tableId, rowId);
116
117 const willDelCell = (tableId: Id, rowId: Id, cellId: Id): boolean =>
118 everyCallback(willDelCellCallbacks, tableId, rowId, cellId);
119
120 const willDelValues = (): boolean => everyCallback(willDelValuesCallbacks);
121

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…