Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
271
bool ShutdownRequested(node::NodeContext& node)
272
{
273
return bool{*Assert(node.shutdown_signal)};
274
}
275
276
#if HAVE_SYSTEM
277
static void ShutdownNotify(const ArgsManager& args)
Callers
3
AppInitMain
Function · 0.85
shutdownRequested
Method · 0.85
shutdownRequested
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected