MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / shutdownRequested

Method shutdownRequested

src/node/interfaces.cpp:784–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782 return chainman().IsInitialBlockDownload();
783 }
784 bool shutdownRequested() override { return ShutdownRequested(m_node); }
785 void initMessage(const std::string& message) override { ::uiInterface.InitMessage(message); }
786 void initWarning(const bilingual_str& message) override { InitWarning(message); }
787 void initError(const bilingual_str& message) override { InitError(message); }

Callers

nothing calls this directly

Calls 1

ShutdownRequestedFunction · 0.85

Tested by

no test coverage detected