(line, subparticles)
| 17150 | return this.findLine(line) |
| 17151 | } |
| 17152 | appendLineAndSubparticles(line, subparticles) { |
| 17153 | return this._insertBlock(this._makeBlock(line, subparticles)) |
| 17154 | } |
| 17155 | appendBlocks(blocks) { |
| 17156 | return this._appendSubparticlesFromString(blocks) |
| 17157 | } |
no test coverage detected