MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / setWasInFg

Function setWasInFg

emain/emain-activity.ts:21–23  ·  view source on GitHub ↗
(val: boolean)

Source from the content-addressed store, hash-verified

19}
20
21export function setWasInFg(val: boolean) {
22 wasInFg = val;
23}
24
25export function getActivityState(): { wasActive: boolean; wasInFg: boolean } {
26 return { wasActive, wasInFg };

Callers 2

constructorMethod · 0.90
logActiveStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected