Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
shutdown
Method · 0.80
Calls
2
Interrupt
Function · 0.85
Shutdown
Function · 0.85
Tested by
no test coverage detected