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

Function openDocs

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

Source from the content-addressed store, hash-verified

1export 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(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected