(tableId: Id, rowId: Id, cellId: Id)
| 479 | |
| 480 | /// Store.getCell |
| 481 | getCell(tableId: Id, rowId: Id, cellId: Id): CellOrUndefined; |
| 482 | |
| 483 | /// Store.getValues |
| 484 | getValues(): Values; |
nothing calls this directly
no outgoing calls
no test coverage detected