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

Function setGlobalIsRelaunching

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

Source from the content-addressed store, hash-verified

43}
44
45export function setGlobalIsRelaunching(val: boolean) {
46 globalIsRelaunching = val;
47}
48
49export function getGlobalIsRelaunching(): boolean {
50 return globalIsRelaunching;

Callers 1

relaunchBrowserWindowsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected