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

Function openDiscord

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

Source from the content-addressed store, hash-verified

12 }
13
14 function openDiscord() {
15 NSWorkspace.sharedWorkspace.openURL(
16 NSURL.URLWithString("https://discord.com/invite/solidjs")
17 );
18 }
19
20 return (
21 <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected