Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ Shutdown
Function
Shutdown
src/test/test_bitcoin_main.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
std::unique_ptr<CConnman> g_connman;
14
15
[[noreturn]] void Shutdown(void* parg)
16
{
17
std::exit(EXIT_SUCCESS);
18
}
19
20
[[noreturn]] void StartShutdown()
21
{
Callers
2
~CZMQNotificationInterface
Method · 0.50
appShutdown
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected