MCPcopy
hub / github.com/xpf0000/FlyEnv / isWindows

Function isWindows

src/shared/utils.ts:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58const os = platform()
59
60export function isWindows() {
61 return os === 'win32'
62}
63
64export function isMacOS() {
65 return os === 'darwin'

Callers 15

setupFunction · 0.90
initMethod · 0.90
handelAppReadyMethod · 0.90
MakeServerDirFunction · 0.90
SetupGlobalPathsFunction · 0.90
DetermineRunPathFunction · 0.90
cleanHostsMethod · 0.90
commandMethod · 0.90
captureActiveWindowMethod · 0.90
initWatchPointWindowMethod · 0.90
initMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected