Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ setUserConfirmedQuit
Function
setUserConfirmedQuit
emain/emain-activity.ts:61–63 ·
view source on GitHub ↗
(val: boolean)
Source
from the content-addressed store, hash-verified
59
}
60
61
export
function
setUserConfirmedQuit(val: boolean) {
62
userConfirmedQuit = val;
63
}
64
65
export
function
getUserConfirmedQuit(): boolean {
66
return
userConfirmedQuit;
Callers
4
runWaveSrv
Function · 0.90
installUpdate
Method · 0.90
emain.ts
File · 0.90
appMain
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected