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

Method setHyperlink

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

Source from the content-addressed store, hash-verified

3364 return t3.length && this._onColor.fire(t3), true;
3365 }
3366 setHyperlink(e3) {
3367 const t3 = e3.split(";");
3368 return !(t3.length < 2) && (t3[1] ? this._createHyperlink(t3[0], t3[1]) : !t3[0] && this._finishHyperlink());
3369 }
3370 _createHyperlink(e3, t3) {
3371 this._getCurrentLinkId() && this._finishHyperlink();
3372 const i3 = e3.split(":");

Callers 1

constructorMethod · 0.95

Calls 2

_createHyperlinkMethod · 0.95
_finishHyperlinkMethod · 0.95

Tested by

no test coverage detected