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

Method _selectWordAt

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

Source from the content-addressed store, hash-verified

2242 }
2243 }
2244 _selectWordAt(e3, t3) {
2245 const i3 = this._getWordAt(e3, t3);
2246 if (i3) {
2247 for (; i3.start < 0; ) i3.start += this._bufferService.cols, e3[1]--;
2248 this._model.selectionStart = [i3.start, e3[1]], this._model.selectionStartLength = i3.length;
2249 }
2250 }
2251 _selectToWordAt(e3) {
2252 const t3 = this._getWordAt(e3, true);
2253 if (t3) {

Callers 1

_selectWordAtCursorMethod · 0.80

Calls 1

_getWordAtMethod · 0.80

Tested by

no test coverage detected