(line, subparticles)
| 17073 | return this |
| 17074 | } |
| 17075 | prependSibling(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 | } |
nothing calls this directly
no test coverage detected