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

Function willDelTable

src/middleware/index.ts:111–112  ·  view source on GitHub ↗
(tableId: Id)

Source from the content-addressed store, hash-verified

109 const willDelTables = (): boolean => everyCallback(willDelTablesCallbacks);
110
111 const willDelTable = (tableId: Id): boolean =>
112 everyCallback(willDelTableCallbacks, tableId);
113
114 const willDelRow = (tableId: Id, rowId: Id): boolean =>
115 everyCallback(willDelRowCallbacks, tableId, rowId);

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…