(line)
| 17143 | } |
| 17144 | // todo: throw error if line contains a \n |
| 17145 | appendLine(line) { |
| 17146 | return this._insertBlock(line) |
| 17147 | } |
| 17148 | appendUniqueLine(line) { |
| 17149 | if (!this.hasLine(line)) return this.appendLine(line) |
| 17150 | return this.findLine(line) |
no test coverage detected