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

Method appInitMain

src/node/interfaces.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 AppInitLockDataDirectory() && AppInitInterfaces(*m_context);
95 }
96 bool appInitMain(interfaces::BlockAndHeaderTipInfo* tip_info) override
97 {
98 return AppInitMain(*m_context, tip_info);
99 }
100 void appShutdown() override
101 {
102 Interrupt(*m_context);

Callers 1

initializeMethod · 0.80

Calls 1

AppInitMainFunction · 0.85

Tested by

no test coverage detected