MCPcopy Index your code
hub / github.com/codeaashu/claude-code / clearRange

Method clearRange

src/server/web/public/terminal.js:3478–3480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers 2

parseMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected