(tables: Tables)
| 84 | reduceCallbacks(willSetContentCallbacks, content); |
| 85 | |
| 86 | const willSetTables = (tables: Tables): Tables | undefined => |
| 87 | reduceCallbacks(willSetTablesCallbacks, tables); |
| 88 | |
| 89 | const willSetTable = (tableId: Id, table: Table): Table | undefined => |
| 90 | reduceCallbacks(willSetTableCallbacks, table, tableId); |
no test coverage detected
searching dependent graphs…