()
| 6 | } |
| 7 | |
| 8 | function openGithub() { |
| 9 | NSWorkspace.sharedWorkspace.openURL( |
| 10 | NSURL.URLWithString("https://github.com/solidjs/solid") |
| 11 | ); |
| 12 | } |
| 13 | |
| 14 | function openDiscord() { |
| 15 | NSWorkspace.sharedWorkspace.openURL( |
nothing calls this directly
no outgoing calls
no test coverage detected