MCPcopy Create free account
hub / github.com/LUX-Core/lux / ShutdownRequested

Function ShutdownRequested

src/init.cpp:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 fRequestShutdown = fRequestRestart = true;
153}
154bool ShutdownRequested()
155{
156 return fRequestShutdown;
157}
158
159class CCoinsViewErrorCatcher : public CCoinsViewBacked
160{

Callers 8

generateBlocksFunction · 0.70
ThreadSendAlertFunction · 0.70
DetectShutdownThreadFunction · 0.70
ThreadCheckDarkSendPoolFunction · 0.70
StakingThreadMethod · 0.70
ActivateBestChainFunction · 0.70
VerifyDBMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected