MCPcopy 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

144std::atomic<bool> fRequestRestart(false);
145
146void StartShutdown()
147{
148 fRequestShutdown = true;
149}
150void StartRestart()
151{
152 fRequestShutdown = fRequestRestart = true;

Callers 4

encryptwalletFunction · 0.70
helpMethod · 0.70
ThreadImportFunction · 0.70
AbortNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected