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

Method shutdownRequested

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

Source from the content-addressed store, hash-verified

159 Interrupt(*m_context);
160 }
161 bool shutdownRequested() override { return ShutdownRequested(*Assert(m_context)); };
162 bool isSettingIgnored(const std::string& name) override
163 {
164 bool ignored = false;

Callers 4

initializeResultMethod · 0.45
createTrayIconMenuMethod · 0.45
detectShutdownMethod · 0.45

Calls 1

ShutdownRequestedFunction · 0.85

Tested by

no test coverage detected