Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stemdeckapp/stemdeck
/ isMac
Function
isMac
desktop/ui/setup.js:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
function
isMac() {
88
return
/mac/i.test(navigator.userAgentData?.platform ?? navigator.platform ??
""
);
89
}
90
91
async
function
installRuntimePack(appRoot) {
92
const
status =
await
invoke(
"runtime_pack_status"
);
Callers
1
runSetup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected