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

Method clearSelection

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

Source from the content-addressed store, hash-verified

690 if (this._selectionService && this._selectionService.hasSelection) return { start: { x: this._selectionService.selectionStart[0], y: this._selectionService.selectionStart[1] }, end: { x: this._selectionService.selectionEnd[0], y: this._selectionService.selectionEnd[1] } };
691 }
692 clearSelection() {
693 var _a;
694 (_a = this._selectionService) == null ? void 0 : _a.clearSelection();
695 }
696 selectAll() {
697 var _a;
698 (_a = this._selectionService) == null ? void 0 : _a.selectAll();

Callers

nothing calls this directly

Calls 1

clearSelectionMethod · 0.45

Tested by

no test coverage detected