(line, index)
| 17294 | return this._insertBlock(this._makeBlock(line, subparticles), index) |
| 17295 | } |
| 17296 | insertLine(line, index) { |
| 17297 | return this._insertBlock(line, index) |
| 17298 | } |
| 17299 | insertSection(lines, index) { |
| 17300 | return this._insertBlock(lines, index) |
| 17301 | } |
no test coverage detected