Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ScanForWalletTransactions
Method · 0.45
initializeResult
Method · 0.45
createTrayIconMenu
Method · 0.45
detectShutdown
Method · 0.45
Calls
1
ShutdownRequested
Function · 0.85
Tested by
no test coverage detected