()
| 3476 | this._bufferService = e3, this.clearRange(); |
| 3477 | } |
| 3478 | clearRange() { |
| 3479 | this.start = this._bufferService.buffer.y, this.end = this._bufferService.buffer.y; |
| 3480 | } |
| 3481 | markDirty(e3) { |
| 3482 | e3 < this.start ? this.start = e3 : e3 > this.end && (this.end = e3); |
| 3483 | } |
no outgoing calls
no test coverage detected