()
| 107 | reduceCallbacks(willSetValueCallbacks, value, valueId); |
| 108 | |
| 109 | const willDelTables = (): boolean => everyCallback(willDelTablesCallbacks); |
| 110 | |
| 111 | const willDelTable = (tableId: Id): boolean => |
| 112 | everyCallback(willDelTableCallbacks, tableId); |
nothing calls this directly
no test coverage detected
searching dependent graphs…