MCPcopy
hub / github.com/codeaashu/claude-code / clearSelection

Method clearSelection

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

Source from the content-addressed store, hash-verified

1599 this._bufferService = e3, this.isSelectAllActive = false, this.selectionStartLength = 0;
1600 }
1601 clearSelection() {
1602 this.selectionStart = void 0, this.selectionEnd = void 0, this.isSelectAllActive = false, this.selectionStartLength = 0;
1603 }
1604 get finalSelectionStart() {
1605 return this.isSelectAllActive ? [0, 0] : this.selectionEnd && this.selectionStart && this.areSelectionValuesReversed() ? this.selectionEnd : this.selectionStart;
1606 }

Callers 15

ScrollKeybindingHandlerFunction · 0.45
clearSelectionMethod · 0.45
handleTrimMethod · 0.45
constructorMethod · 0.45
resetMethod · 0.45
disableMethod · 0.45
selectLinesMethod · 0.45
_handleBufferActivateMethod · 0.45
setSelectionMethod · 0.45
clearSelectionMethod · 0.45
_findMethod · 0.45

Calls 3

fireMethod · 0.80
refreshMethod · 0.45

Tested by

no test coverage detected