(payload: CellChangedPayload)
| 104 | } |
| 105 | |
| 106 | function onCellChanged(payload: CellChangedPayload) { |
| 107 | stateBuilder.changeCell(payload); |
| 108 | stateBuilder.dispatchChange(dispatch); |
| 109 | } |
| 110 | |
| 111 | function onRemoveRows(payload: RemoveRowsPayload) { |
| 112 | stateBuilder.removeRows(payload); |
nothing calls this directly
no test coverage detected