Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
45
export
function
setGlobalIsRelaunching(val: boolean) {
46
globalIsRelaunching = val;
47
}
48
49
export
function
getGlobalIsRelaunching(): boolean {
50
return
globalIsRelaunching;
Callers
1
relaunchBrowserWindows
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected