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

Method handleMessageBox

src/node/interfaces.cpp:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
345 std::unique_ptr<Handler> handleQuestion(QuestionFn fn) override {
346 return MakeHandler(::uiInterface.ThreadSafeQuestion_connect(fn));
347 }

Callers 1

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected