Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ StartShutdown
Function
StartShutdown
src/init.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
std::atomic<bool> fRequestRestart(false);
145
146
void StartShutdown()
147
{
148
fRequestShutdown = true;
149
}
150
void StartRestart()
151
{
152
fRequestShutdown = fRequestRestart = true;
Callers
4
encryptwallet
Function · 0.70
help
Method · 0.70
ThreadImport
Function · 0.70
AbortNode
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected