()
| 15665 | return (content ? content : "") + (this.length ? this.particleBreakSymbol + this._subparticlesToString() : "") |
| 15666 | } |
| 15667 | getFirstParticle() { |
| 15668 | return this.particleAt(0) |
| 15669 | } |
| 15670 | getStack() { |
| 15671 | return this._getStack() |
| 15672 | } |
nothing calls this directly
no test coverage detected