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

Method _handleHover

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

Source from the content-addressed store, hash-verified

238 this._lastBufferCell && t3.x === this._lastBufferCell.x && t3.y === this._lastBufferCell.y || (this._handleHover(t3), this._lastBufferCell = t3);
239 }
240 _handleHover(e3) {
241 if (this._activeLine !== e3.y || this._wasResized) return this._clearCurrentLink(), this._askForLink(e3, false), void (this._wasResized = false);
242 this._currentLink && this._linkAtPosition(this._currentLink.link, e3) || (this._clearCurrentLink(), this._askForLink(e3, true));
243 }
244 _askForLink(e3, t3) {
245 var _a, _b;
246 this._activeProviderReplies && t3 || ((_a = this._activeProviderReplies) == null ? void 0 : _a.forEach(((e4) => {

Callers 1

_handleMouseMoveMethod · 0.80

Calls 3

_askForLinkMethod · 0.80
_linkAtPositionMethod · 0.80
_clearCurrentLinkMethod · 0.45

Tested by

no test coverage detected