(line, subparticles, index)
| 17291 | return returnedParticles |
| 17292 | } |
| 17293 | insertLineAndSubparticles(line, subparticles, index) { |
| 17294 | return this._insertBlock(this._makeBlock(line, subparticles), index) |
| 17295 | } |
| 17296 | insertLine(line, index) { |
| 17297 | return this._insertBlock(line, index) |
| 17298 | } |
no test coverage detected