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

Method setSelection

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

Source from the content-addressed store, hash-verified

2187 return i3;
2188 }
2189 setSelection(e3, t3, i3) {
2190 this._model.clearSelection(), this._removeMouseDownListeners(), this._model.selectionStart = [e3, t3], this._model.selectionStartLength = i3, this.refresh(), this._fireEventIfSelectionChanged();
2191 }
2192 rightClickSelect(e3) {
2193 this._isClickInSelection(e3) || (this._selectWordAtCursor(e3, false) && this.refresh(true), this._fireEventIfSelectionChanged());
2194 }

Callers 1

selectMethod · 0.80

Calls 4

clearSelectionMethod · 0.45
refreshMethod · 0.45

Tested by

no test coverage detected