(lines, index)
| 17297 | return this._insertBlock(line, index) |
| 17298 | } |
| 17299 | insertSection(lines, index) { |
| 17300 | return this._insertBlock(lines, index) |
| 17301 | } |
| 17302 | prependLine(line) { |
| 17303 | return this.insertLine(line, 0) |
| 17304 | } |
nothing calls this directly
no test coverage detected