()
| 1808 | return !!(this.left || this.right); |
| 1809 | }, |
| 1810 | loadedTraces() { |
| 1811 | return [this.left, this.right].filter(Boolean); |
| 1812 | }, |
| 1813 | leftTrace() { |
| 1814 | return this.left; |
| 1815 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected