MCPcopy Create free account
hub / github.com/Noumena-Network/code / _temp2

Function _temp2

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

openPathFunction · 0.85
openBrowserFunction · 0.85

Tested by

no test coverage detected