MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / handleQuestion

Method handleQuestion

src/interfaces/node.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 return MakeHandler(::uiInterface.ThreadSafeMessageBox.connect(fn));
241 }
242 std::unique_ptr<Handler> handleQuestion(QuestionFn fn) override
243 {
244 return MakeHandler(::uiInterface.ThreadSafeQuestion.connect(fn));
245 }
246 std::unique_ptr<Handler> handleShowProgress(ShowProgressFn fn) override
247 {
248 return MakeHandler(::uiInterface.ShowProgress.connect(fn));

Callers 1

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected