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

Method select

src/server/web/public/terminal.js:683–685  ·  view source on GitHub ↗
(e3, t3, i3)

Source from the content-addressed store, hash-verified

681 return !!this._selectionService && this._selectionService.hasSelection;
682 }
683 select(e3, t3, i3) {
684 this._selectionService.setSelection(e3, t3, i3);
685 }
686 getSelection() {
687 return this._selectionService ? this._selectionService.selectionText : "";
688 }

Callers 5

openMethod · 0.45
selectMethod · 0.45
_selectResultMethod · 0.45

Calls 1

setSelectionMethod · 0.80

Tested by

no test coverage detected