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