(tableId: Id, table: Table)
| 542 | |
| 543 | /// Store.setTable |
| 544 | setTable(tableId: Id, table: Table): this; |
| 545 | |
| 546 | /// Store.setRow |
| 547 | setRow(tableId: Id, rowId: Id, row: Row): this; |
nothing calls this directly
no outgoing calls
no test coverage detected