(line, subparticles)
| 17076 | return this.parent.insertLineAndSubparticles(line, subparticles, this.index) |
| 17077 | } |
| 17078 | appendSibling(line, subparticles) { |
| 17079 | return this.parent.insertLineAndSubparticles(line, subparticles, this.index + 1) |
| 17080 | } |
| 17081 | setContentWithSubparticles(text) { |
| 17082 | // todo: deprecate |
| 17083 | if (!text.includes(this.particleBreakSymbol)) { |
nothing calls this directly
no test coverage detected