(cue)
| 22866 | return this._findStumpParticlesByBase(cue)[0] |
| 22867 | } |
| 22868 | _findStumpParticlesByBase(cue) { |
| 22869 | return this.topDownArray.filter(particle => particle.doesExtend("htmlTagParser") && particle.cue === cue) |
| 22870 | } |
| 22871 | hasLine(line) { |
| 22872 | return this.getSubparticles().some(particle => particle.getLine() === line) |
| 22873 | } |
no test coverage detected