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

Function ShutdownRequested

src/init.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269//
270
271bool ShutdownRequested(node::NodeContext& node)
272{
273 return bool{*Assert(node.shutdown_signal)};
274}
275
276#if HAVE_SYSTEM
277static void ShutdownNotify(const ArgsManager& args)

Callers 3

AppInitMainFunction · 0.85
shutdownRequestedMethod · 0.85
shutdownRequestedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected