Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ StartShutdown
Function
StartShutdown
src/init.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
std::atomic<bool> fRequestShutdown(false);
112
113
void StartShutdown()
114
{
115
fRequestShutdown = true;
116
}
117
bool ShutdownRequested()
118
{
119
return fRequestShutdown;
Callers
3
stop
Function · 0.70
ThreadImport
Function · 0.70
AbortNode
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected