Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ getWindow
Function
getWindow
frontend/util/getenv.ts:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
// SPDX-License-Identifier: Apache-2.0
3
4
function
getWindow(): Window {
5
return
globalThis.window;
6
}
7
8
function
getProcess(): NodeJS.Process {
9
return
globalThis.process;
Callers
1
getEnv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected