MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / setKeyUtilPlatform

Function setKeyUtilPlatform

frontend/util/keyutil.ts:13–15  ·  view source on GitHub ↗
(platform: NodeJS.Platform)

Source from the content-addressed store, hash-verified

11const PlatformMacOS = "darwin";
12
13function setKeyUtilPlatform(platform: NodeJS.Platform) {
14 PLATFORM = platform;
15}
16
17function getKeyUtilPlatform(): NodeJS.Platform {
18 return PLATFORM;

Callers 1

initBareFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected