MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / appInitMain

Method appInitMain

src/node/interfaces.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 return true;
141 }
142 bool appInitMain(interfaces::BlockAndHeaderTipInfo* tip_info) override
143 {
144 if (AppInitMain(*m_context, tip_info)) return true;
145 // Error during initialization, set exit status before continue
146 m_context->exit_status.store(EXIT_FAILURE);
147 return false;
148 }
149 void appShutdown() override
150 {
151 Shutdown(*m_context);

Callers 1

initializeMethod · 0.80

Calls 1

AppInitMainFunction · 0.85

Tested by

no test coverage detected