()
| 13370 | Object.values(this.component.selection).some((e) => af(e)) && ki(ti); |
| 13371 | } |
| 13372 | parseMarkGroup() { |
| 13373 | for (const e of this.children) e.parseMarkGroup(); |
| 13374 | } |
| 13375 | parseAxesAndHeaders() { |
| 13376 | for (const e of this.children) e.parseAxesAndHeaders(); |
| 13377 | } |
nothing calls this directly
no test coverage detected