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

Method subscribeToCoreSignals

src/qt/splashscreen.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void SplashScreen::subscribeToCoreSignals()
194{
195 // Connect signals to client
196 m_handler_init_message = m_node->handleInitMessage(std::bind(InitMessage, this, std::placeholders::_1));
197 m_handler_show_progress = m_node->handleShowProgress(std::bind(ShowProgress, this, std::placeholders::_1, std::placeholders::_2, std::placeholders::_3));
198 m_handler_init_wallet = m_node->handleInitWallet([this]() { handleLoadWallet(); });
199}
200
201void SplashScreen::handleLoadWallet()
202{

Callers

nothing calls this directly

Calls 3

handleInitMessageMethod · 0.80
handleInitWalletMethod · 0.80
handleShowProgressMethod · 0.45

Tested by

no test coverage detected