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

Function willDelValues

src/middleware/index.ts:120–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 everyCallback(willDelCellCallbacks, tableId, rowId, cellId);
119
120 const willDelValues = (): boolean => everyCallback(willDelValuesCallbacks);
121
122 const willDelValue = (valueId: Id): boolean =>
123 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…