(tableId: Id, rowId: Id)
| 476 | |
| 477 | /// Store.getCellIds |
| 478 | getCellIds(tableId: Id, rowId: Id): Ids; |
| 479 | |
| 480 | /// Store.getCell |
| 481 | getCell(tableId: Id, rowId: Id, cellId: Id): CellOrUndefined; |
nothing calls this directly
no outgoing calls
no test coverage detected