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

Method constructor

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

Source from the content-addressed store, hash-verified

1576 Object.defineProperty(t2, "__esModule", { value: true }), t2.createSelectionRenderModel = void 0;
1577 class i2 {
1578 constructor() {
1579 this.clear();
1580 }
1581 clear() {
1582 this.hasSelection = false, this.columnSelectMode = false, this.viewportStartRow = 0, this.viewportEndRow = 0, this.viewportCappedStartRow = 0, this.viewportCappedEndRow = 0, this.startCol = 0, this.endCol = 0, this.selectionStart = void 0, this.selectionEnd = void 0;
1583 }

Callers

nothing calls this directly

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected