Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ isWindows
Function
isWindows
frontend/util/platformutil.ts:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
export
function
isWindows(): boolean {
31
return
PLATFORM == PlatformWindows;
32
}
33
34
export
function
makeNativeLabel(isDirectory: boolean) {
35
let
managerName: string;
Callers
5
aipanel.tsx
File · 0.90
constructor
Method · 0.90
loadGitBashPath
Method · 0.90
registerGlobalKeys
Function · 0.90
shouldHandleCtrlVPaste
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected