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

Function willDelTables

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

Source from the content-addressed store, hash-verified

107 reduceCallbacks(willSetValueCallbacks, value, valueId);
108
109 const willDelTables = (): boolean => everyCallback(willDelTablesCallbacks);
110
111 const willDelTable = (tableId: Id): boolean =>
112 everyCallback(willDelTableCallbacks, tableId);

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…