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