(cue)
| 16790 | return new this.constructor(subparticles, line) |
| 16791 | } |
| 16792 | hasCue(cue) { |
| 16793 | return this._hasCue(cue) |
| 16794 | } |
| 16795 | has(cuePath) { |
| 16796 | const edgeSymbol = this.edgeSymbol |
| 16797 | if (!cuePath.includes(edgeSymbol)) return this.hasCue(cuePath) |