Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ getProcess
Function
getProcess
frontend/util/getenv.ts:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
}
7
8
function
getProcess(): NodeJS.Process {
9
return
globalThis.process;
10
}
11
12
function
getApi(): ElectronApi {
13
return
(window as any).api;
Callers
1
getEnv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected