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

Function willDelRow

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

Source from the content-addressed store, hash-verified

112 everyCallback(willDelTableCallbacks, tableId);
113
114 const willDelRow = (tableId: Id, rowId: Id): boolean =>
115 everyCallback(willDelRowCallbacks, tableId, rowId);
116
117 const willDelCell = (tableId: Id, rowId: Id, cellId: Id): boolean =>
118 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…