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

Method _finishHyperlink

src/server/web/public/terminal.js:3377–3379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3375 return -1 !== r2 && (s3 = i3[r2].slice(3) || void 0), this._curAttrData.extended = this._curAttrData.extended.clone(), this._curAttrData.extended.urlId = this._oscLinkService.registerLink({ id: s3, uri: t3 }), this._curAttrData.updateExtended(), true;
3376 }
3377 _finishHyperlink() {
3378 return this._curAttrData.extended = this._curAttrData.extended.clone(), this._curAttrData.extended.urlId = 0, this._curAttrData.updateExtended(), true;
3379 }
3380 _setOrReportSpecialColor(e3, t3) {
3381 const i3 = e3.split(";");
3382 for (let e4 = 0; e4 < i3.length && !(t3 >= this._specialColors.length); ++e4, ++t3) if ("?" === i3[e4]) this._onColor.fire([{ type: 0, index: this._specialColors[t3] }]);

Callers 2

setHyperlinkMethod · 0.95
_createHyperlinkMethod · 0.95

Calls 2

updateExtendedMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected