(particle)
| 17403 | return this._touchParticleByString(str) |
| 17404 | } |
| 17405 | appendParticle(particle) { |
| 17406 | return this.appendLineAndSubparticles(particle.getLine(), particle.subparticlesToString()) |
| 17407 | } |
| 17408 | hasLine(line) { |
| 17409 | return this.getSubparticles().some(particle => particle.getLine() === line) |
| 17410 | } |
no test coverage detected