MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / handleInitMessage

Method handleInitMessage

src/node/interfaces.cpp:339–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337 return *Assert(m_context->wallet_client);
338 }
339 std::unique_ptr<Handler> handleInitMessage(InitMessageFn fn) override {
340 return MakeHandler(::uiInterface.InitMessage_connect(fn));
341 }
342 std::unique_ptr<Handler> handleMessageBox(MessageBoxFn fn) override {
343 return MakeHandler(::uiInterface.ThreadSafeMessageBox_connect(fn));
344 }

Callers 1

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected