()
| 1 | export default function AppMenus() { |
| 2 | function openDocs() { |
| 3 | NSWorkspace.sharedWorkspace.openURL( |
| 4 | NSURL.URLWithString("https://solidjs.com") |
| 5 | ); |
| 6 | } |
| 7 | |
| 8 | function openGithub() { |
| 9 | NSWorkspace.sharedWorkspace.openURL( |
nothing calls this directly
no outgoing calls
no test coverage detected