()
| 377 | } |
| 378 | |
| 379 | initialize() { |
| 380 | this.enableOptionSharing = true; |
| 381 | |
| 382 | super.initialize(); |
| 383 | |
| 384 | const meta = this._cachedMeta; |
| 385 | meta.stack = this.getDataset().stack; |
| 386 | } |
| 387 | |
| 388 | update(mode) { |
| 389 | const meta = this._cachedMeta; |
nothing calls this directly
no test coverage detected