Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ setGlobalIsQuitting
Function
setGlobalIsQuitting
emain/emain-activity.ts:29–31 ·
view source on GitHub ↗
(val: boolean)
Source
from the content-addressed store, hash-verified
27
}
28
29
export
function
setGlobalIsQuitting(val: boolean) {
30
globalIsQuitting = val;
31
}
32
33
export
function
getGlobalIsQuitting(): boolean {
34
return
globalIsQuitting;
Callers
1
emain.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected