MCPcopy Create free account
hub / github.com/codeaashu/claude-code / markAllDirty

Method markAllDirty

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

Source from the content-addressed store, hash-verified

3485 e3 > t3 && (E = e3, e3 = t3, t3 = E), e3 < this.start && (this.start = e3), t3 > this.end && (this.end = t3);
3486 }
3487 markAllDirty() {
3488 this.markRangeDirty(0, this._bufferService.rows - 1);
3489 }
3490 };
3491 function D(e3) {
3492 return 0 <= e3 && e3 < 256;

Callers 1

Calls 1

markRangeDirtyMethod · 0.45

Tested by

no test coverage detected