MCPcopy
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
25export function getActivityState(): { wasActive: boolean; wasInFg: boolean } {
26 return { wasActive, wasInFg };
27}
28
29export function setGlobalIsQuitting(val: boolean) {
30 globalIsQuitting = val;

Callers 1

logActiveStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected