Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anus-dev/ANUS
/ platform
Function
platform
packages/cli/src/ui/utils/commandUtils.test.ts:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
vi.stubGlobal(
'process'
, {
27
...process,
28
get platform() {
29
return
mockProcess.platform;
30
},
31
});
32
33
interface
MockChildProcess extends EventEmitter {
Callers
3
openBrowserSecurely
Function · 0.85
shouldLaunchBrowser
Function · 0.85
getSystemSettingsPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected