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

Method appShutdown

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

Source from the content-addressed store, hash-verified

147 return false;
148 }
149 void appShutdown() override
150 {
151 Shutdown(*m_context);
152 }
153 void startShutdown() override
154 {
155 NodeContext& ctx{*Assert(m_context)};

Callers 1

shutdownMethod · 0.80

Calls 1

ShutdownFunction · 0.85

Tested by

no test coverage detected