(tableId: Id, row: Row, reuseRowIds?: boolean)
| 548 | |
| 549 | /// Store.addRow |
| 550 | addRow(tableId: Id, row: Row, reuseRowIds?: boolean): Id | undefined; |
| 551 | |
| 552 | /// Store.setPartialRow |
| 553 | setPartialRow(tableId: Id, rowId: Id, partialRow: Row): this; |
nothing calls this directly
no outgoing calls
no test coverage detected