MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / appShutdown

Method appShutdown

src/interfaces/node.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70 bool appInitMain() override { return AppInitMain(); }
71 void appShutdown() override
72 {
73 Interrupt();
74 Shutdown();
75 }
76 void startShutdown() override { StartShutdown(); }
77 bool shutdownRequested() override { return ShutdownRequested(); }
78 void mapPort(bool use_upnp) override

Callers 1

shutdownMethod · 0.80

Calls 2

InterruptFunction · 0.85
ShutdownFunction · 0.50

Tested by

no test coverage detected