(tableId: Id, rowId: Id, cellId: Id, cell: Cell | MapCell)
| 554 | |
| 555 | /// Store.setCell |
| 556 | setCell(tableId: Id, rowId: Id, cellId: Id, cell: Cell | MapCell): this; |
| 557 | |
| 558 | /// Store.setValues |
| 559 | setValues(values: Values): this; |
nothing calls this directly
no outgoing calls
no test coverage detected