(relativeTo)
| 15707 | return this.parent._getCuePath(relativeTo) + this.edgeSymbol + this.cue |
| 15708 | } |
| 15709 | getCuePathRelativeTo(relativeTo) { |
| 15710 | return this._getCuePath(relativeTo) |
| 15711 | } |
| 15712 | getCuePath() { |
| 15713 | return this._getCuePath() |
| 15714 | } |
no test coverage detected