MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / ShutdownRequested

Function ShutdownRequested

src/init.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 fRequestShutdown = true;
116}
117bool ShutdownRequested()
118{
119 return fRequestShutdown;
120}
121
122class CCoinsViewErrorCatcher : public CCoinsViewBacked
123{

Callers 2

WaitForShutdownFunction · 0.70
VerifyDBMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected