MCPcopy
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

15let termCommandsDurable = 0;
16
17export function setWasActive(val: boolean) {
18 wasActive = val;
19}
20
21export function setWasInFg(val: boolean) {
22 wasInFg = val;

Callers 4

constructorMethod · 0.90
getOrCreateWebViewForTabFunction · 0.90
logActiveStateFunction · 0.90
initIpcHandlersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected