| 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); |
no test coverage detected