Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
11
const
PlatformMacOS =
"darwin"
;
12
13
function
setKeyUtilPlatform(platform: NodeJS.Platform) {
14
PLATFORM = platform;
15
}
16
17
function
getKeyUtilPlatform(): NodeJS.Platform {
18
return
PLATFORM;
Callers
1
initBare
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected