(line)
| 17406 | return this.appendLineAndSubparticles(particle.getLine(), particle.subparticlesToString()) |
| 17407 | } |
| 17408 | hasLine(line) { |
| 17409 | return this.getSubparticles().some(particle => particle.getLine() === line) |
| 17410 | } |
| 17411 | findLine(line) { |
| 17412 | return this.getSubparticles().find(particle => particle.getLine() === line) |
| 17413 | } |
no test coverage detected