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

Function h

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

Source from the content-addressed store, hash-verified

413 }
414 };
415 function h(e3, t3) {
416 if (confirm(`Do you want to navigate to ${t3}?
417
418WARNING: This link could potentially be dangerous`)) {
419 const e4 = window.open();
420 if (e4) {
421 try {
422 e4.opener = null;
423 } catch {
424 }
425 e4.location.href = t3;
426 } else console.warn("Opening link blocked as opener could not be cleared");
427 }
428 }
429 t2.OscLinkProvider = a = s2([r(0, o.IBufferService), r(1, o.IOptionsService), r(2, o.IOscLinkService)], a);
430 }, 6193: (e2, t2) => {
431 Object.defineProperty(t2, "__esModule", { value: true }), t2.RenderDebouncer = void 0, t2.RenderDebouncer = class {

Callers 4

provideLinksMethod · 0.70
rFunction · 0.70

Calls 3

nFunction · 0.70
openMethod · 0.45
warnMethod · 0.45

Tested by

no test coverage detected