()
| 283 | // ================================================================ |
| 284 | // TODO: Mutating methods |
| 285 | cacheState() { |
| 286 | if (!this._cache) { |
| 287 | this._cache = { |
| 288 | ref: this.ref, |
| 289 | width: this.width, |
| 290 | tableHeight: this.tableHeight, |
| 291 | }; |
| 292 | } |
| 293 | } |
| 294 | |
| 295 | commit() { |
| 296 | // changes may have been made that might have on-sheet effects |
no outgoing calls
no test coverage detected