MCPcopy 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

26vi.stubGlobal('process', {
27 ...process,
28 get platform() {
29 return mockProcess.platform;
30 },
31});
32
33interface MockChildProcess extends EventEmitter {

Callers 3

openBrowserSecurelyFunction · 0.85
shouldLaunchBrowserFunction · 0.85
getSystemSettingsPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected