MCPcopy
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
26export function isMacOS(): boolean {
27 return PLATFORM == PlatformMacOS;
28}
29
30export function isWindows(): boolean {
31 return PLATFORM == PlatformWindows;

Callers 11

initWaveFunction · 0.90
aipanel.tsxFile · 0.90
WaveAIPageFunction · 0.90
MagnifyBlocksPageFunction · 0.90
FilesPageFunction · 0.90
workspace.tsxFile · 0.90
processviewer.tsxFile · 0.90
keyDownHandlerMethod · 0.90
handleTerminalKeydownMethod · 0.90
isMacOSTahoeOrLaterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected