MCPcopy 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

13std::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

appShutdownMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected