(tableId: Id, tableCellCallback: TableCellCallback)
| 632 | |
| 633 | /// Store.forEachTableCell |
| 634 | forEachTableCell(tableId: Id, tableCellCallback: TableCellCallback): void; |
| 635 | |
| 636 | /// Store.forEachRow |
| 637 | forEachRow(tableId: Id, rowCallback: RowCallback): void; |
nothing calls this directly
no outgoing calls
no test coverage detected