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

Method handleMessageBox

src/node/interfaces.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 return MakeHandler(::uiInterface.InitMessage_connect(fn));
290 }
291 std::unique_ptr<Handler> handleMessageBox(MessageBoxFn fn) override
292 {
293 return MakeHandler(::uiInterface.ThreadSafeMessageBox_connect(fn));
294 }
295 std::unique_ptr<Handler> handleQuestion(QuestionFn fn) override
296 {
297 return MakeHandler(::uiInterface.ThreadSafeQuestion_connect(fn));

Callers 1

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected