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

Function getGlobalIsRelaunching

emain/emain-activity.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49export function getGlobalIsRelaunching(): boolean {
50 return globalIsRelaunching;
51}
52
53export function setForceQuit(val: boolean) {
54 forceQuit = val;

Callers 2

constructorMethod · 0.90
emain.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected