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

Method _linkHover

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

Source from the content-addressed store, hash-verified

330 }))));
331 }
332 _linkHover(e3, t3, i3) {
333 var _a;
334 ((_a = this._currentLink) == null ? void 0 : _a.state) && (this._currentLink.state.isHovered = true, this._currentLink.state.decorations.underline && this._fireUnderlineEvent(t3, true), this._currentLink.state.decorations.pointerCursor && e3.classList.add("xterm-cursor-pointer")), t3.hover && t3.hover(i3, t3.text);
335 }
336 _fireUnderlineEvent(e3, t3) {
337 const i3 = e3.range, s3 = this._bufferService.buffer.ydisp, r2 = this._createLinkUnderlineEvent(i3.start.x - 1, i3.start.y - s3 - 1, i3.end.x, i3.end.y - s3 - 1, void 0);
338 (t3 ? this._onShowLinkUnderline : this._onHideLinkUnderline).fire(r2);

Callers 1

_handleNewLinkMethod · 0.80

Calls 2

_fireUnderlineEventMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected