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