Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ setWasActive
Function
setWasActive
emain/emain-activity.ts:17–19 ·
view source on GitHub ↗
(val: boolean)
Source
from the content-addressed store, hash-verified
15
let
termCommandsDurable = 0;
16
17
export
function
setWasActive(val: boolean) {
18
wasActive = val;
19
}
20
21
export
function
setWasInFg(val: boolean) {
22
wasInFg = val;
Callers
4
constructor
Method · 0.90
getOrCreateWebViewForTab
Function · 0.90
logActiveState
Function · 0.90
initIpcHandlers
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected