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

Method _selectLineAt

src/server/web/public/terminal.js:2263–2266  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

2261 return 0 !== e3.getWidth() && this._optionsService.rawOptions.wordSeparator.indexOf(e3.getChars()) >= 0;
2262 }
2263 _selectLineAt(e3) {
2264 const t3 = this._bufferService.buffer.getWrappedRangeForLine(e3), i3 = { start: { x: 0, y: t3.first }, end: { x: this._bufferService.cols - 1, y: t3.last } };
2265 this._model.selectionStart = [0, t3.first], this._model.selectionEnd = void 0, this._model.selectionStartLength = (0, _.getRangeLength)(i3, this._bufferService.cols);
2266 }
2267 };
2268 t2.SelectionService = g = s2([r(3, f.IBufferService), r(4, f.ICoreService), r(5, h.IMouseService), r(6, f.IOptionsService), r(7, h.IRenderService), r(8, h.ICoreBrowserService)], g);
2269 }, 4725: (e2, t2, i2) => {

Callers 1

_handleTripleClickMethod · 0.80

Calls 1

Tested by

no test coverage detected