MCPcopy
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
30export function isWindows(): boolean {
31 return PLATFORM == PlatformWindows;
32}
33
34export function makeNativeLabel(isDirectory: boolean) {
35 let managerName: string;

Callers 5

aipanel.tsxFile · 0.90
constructorMethod · 0.90
loadGitBashPathMethod · 0.90
registerGlobalKeysFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected