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

Method handleQuestion

src/node/interfaces.cpp:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
348 std::unique_ptr<Handler>
349 handleShowProgress(ShowProgressFn fn) override {
350 return MakeHandler(::uiInterface.ShowProgress_connect(fn));

Callers 1

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected