MCPcopy 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
8function getProcess(): NodeJS.Process {
9 return globalThis.process;
10}
11
12function getApi(): ElectronApi {
13 return (window as any).api;

Callers 1

getEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected