MCPcopy Create free account
hub / github.com/NativeScript/template-macos-solid / openGithub

Function openGithub

src/app-menus.tsx:8–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected