()
| 15660 | return atoms.length ? atoms.join(this.atomBreakSymbol) : undefined |
| 15661 | } |
| 15662 | get contentWithSubparticles() { |
| 15663 | // todo: deprecate |
| 15664 | const content = this.content |
| 15665 | return (content ? content : "") + (this.length ? this.particleBreakSymbol + this._subparticlesToString() : "") |
| 15666 | } |
| 15667 | getFirstParticle() { |
| 15668 | return this.particleAt(0) |
| 15669 | } |
nothing calls this directly
no test coverage detected