Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
const
os = platform()
59
60
export
function
isWindows() {
61
return
os ===
'win32'
62
}
63
64
export
function
isMacOS() {
65
return
os ===
'darwin'
Callers
15
setup
Function · 0.90
init
Method · 0.90
handelAppReady
Method · 0.90
MakeServerDir
Function · 0.90
SetupGlobalPaths
Function · 0.90
DetermineRunPath
Function · 0.90
cleanHosts
Method · 0.90
command
Method · 0.90
app_setLoginItemSettings
Method · 0.90
captureActiveWindow
Method · 0.90
initWatchPointWindow
Method · 0.90
init
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected