()
| 17106 | return this |
| 17107 | } |
| 17108 | duplicate() { |
| 17109 | return this.parent._insertBlock(this.toString(), this.index + 1) |
| 17110 | } |
| 17111 | trim() { |
| 17112 | // todo: could do this so only the trimmed rows are deleted. |
| 17113 | this.setSubparticles(this.subparticlesToString().trim()) |
nothing calls this directly
no test coverage detected