(line)
| 17300 | return this._insertBlock(lines, index) |
| 17301 | } |
| 17302 | prependLine(line) { |
| 17303 | return this.insertLine(line, 0) |
| 17304 | } |
| 17305 | pushContentAndSubparticles(content, subparticles) { |
| 17306 | let index = this.length |
| 17307 | while (this.has(index.toString())) { |
nothing calls this directly
no test coverage detected