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

Method handleQuestion

src/node/interfaces.cpp:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));
298 }
299 std::unique_ptr<Handler> handleShowProgress(ShowProgressFn fn) override
300 {
301 return MakeHandler(::uiInterface.ShowProgress_connect(fn));

Callers 1

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected