MCPcopy
hub / github.com/wavetermdev/waveterm / setGlobalIsQuitting

Function setGlobalIsQuitting

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

Source from the content-addressed store, hash-verified

27}
28
29export function setGlobalIsQuitting(val: boolean) {
30 globalIsQuitting = val;
31}
32
33export function getGlobalIsQuitting(): boolean {
34 return globalIsQuitting;

Callers 1

emain.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected