(tableCallback: TableCallback)
| 629 | |
| 630 | /// Store.forEachTable |
| 631 | forEachTable(tableCallback: TableCallback): void; |
| 632 | |
| 633 | /// Store.forEachTableCell |
| 634 | forEachTableCell(tableId: Id, tableCellCallback: TableCellCallback): void; |
nothing calls this directly
no outgoing calls
no test coverage detected