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

Function StartShutdown

src/init.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111std::atomic<bool> fRequestShutdown(false);
112
113void StartShutdown()
114{
115 fRequestShutdown = true;
116}
117bool ShutdownRequested()
118{
119 return fRequestShutdown;

Callers 3

stopFunction · 0.70
ThreadImportFunction · 0.70
AbortNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected