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

Function _temp2

src/components/FullscreenLayout.tsx:481–489  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

479 };
480}
481function _temp2(url) {
482 if (url.startsWith("file:")) {
483 try {
484 openPath(fileURLToPath(url));
485 } catch {}
486 } else {
487 openBrowser(url);
488 }
489}
490function _temp() {}
491function NewMessagesPill(t0) {
492 const $ = _c(10);

Callers

nothing calls this directly

Calls 2

openPathFunction · 0.85
openBrowserFunction · 0.85

Tested by

no test coverage detected