MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _handleLinkHover

Method _handleLinkHover

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

Source from the content-addressed store, hash-verified

1347 return `.${v}${this._terminalClass}`;
1348 }
1349 _handleLinkHover(e3) {
1350 this._setCellUnderline(e3.x1, e3.x2, e3.y1, e3.y2, e3.cols, true);
1351 }
1352 _handleLinkLeave(e3) {
1353 this._setCellUnderline(e3.x1, e3.x2, e3.y1, e3.y2, e3.cols, false);
1354 }

Callers 1

constructorMethod · 0.80

Calls 1

_setCellUnderlineMethod · 0.80

Tested by

no test coverage detected