Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ isMacOS
Function
isMacOS
frontend/util/platformutil.ts:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
export
function
isMacOS(): boolean {
27
return
PLATFORM == PlatformMacOS;
28
}
29
30
export
function
isWindows(): boolean {
31
return
PLATFORM == PlatformWindows;
Callers
11
initWave
Function · 0.90
aipanel.tsx
File · 0.90
WaveAIPage
Function · 0.90
MagnifyBlocksPage
Function · 0.90
FilesPage
Function · 0.90
workspace.tsx
File · 0.90
processviewer.tsx
File · 0.90
keyDownHandler
Method · 0.90
shouldHandleCtrlVPaste
Method · 0.90
handleTerminalKeydown
Method · 0.90
isMacOSTahoeOrLater
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected