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

Method handleShowProgress

src/interfaces/node.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));
249 }
250 std::unique_ptr<Handler> handleLoadWallet(LoadWalletFn fn) override
251 {
252 CHECK_WALLET(

Callers 5

ConnectWalletMethod · 0.45

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected