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

Method _areCoordsInSelection

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

Source from the content-addressed store, hash-verified

2073 return !(!i3 || !s3) && this._areCoordsInSelection([e3, t3], i3, s3);
2074 }
2075 _areCoordsInSelection(e3, t3, i3) {
2076 return e3[1] > t3[1] && e3[1] < i3[1] || t3[1] === i3[1] && e3[1] === t3[1] && e3[0] >= t3[0] && e3[0] < i3[0] || t3[1] < i3[1] && e3[1] === i3[1] && e3[0] < i3[0] || t3[1] < i3[1] && e3[1] === t3[1] && e3[0] >= t3[0];
2077 }
2078 _selectWordAtCursor(e3, t3) {
2079 var _a, _b;
2080 const i3 = (_b = (_a = this._linkifier.currentLink) == null ? void 0 : _a.link) == null ? void 0 : _b.range;

Callers 2

_isClickInSelectionMethod · 0.80
isCellInSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected