()
| 15656 | this.setAtom(0, atom) |
| 15657 | } |
| 15658 | get content() { |
| 15659 | const atoms = this.getAtomsFrom(1) |
| 15660 | return atoms.length ? atoms.join(this.atomBreakSymbol) : undefined |
| 15661 | } |
| 15662 | get contentWithSubparticles() { |
| 15663 | // todo: deprecate |
| 15664 | const content = this.content |
nothing calls this directly
no test coverage detected