MCPcopy Create free account
hub / github.com/ElementsProject/elements / appShutdown

Method appShutdown

src/node/interfaces.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 return AppInitMain(*m_context, tip_info);
99 }
100 void appShutdown() override
101 {
102 Interrupt(*m_context);
103 Shutdown(*m_context);
104 }
105 void startShutdown() override
106 {
107 StartShutdown();

Callers 1

shutdownMethod · 0.80

Calls 2

InterruptFunction · 0.85
ShutdownFunction · 0.85

Tested by

no test coverage detected