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

Method handleShowProgress

src/node/interfaces.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));
351 }
352 std::unique_ptr<Handler> handleNotifyNumConnectionsChanged(
353 NotifyNumConnectionsChangedFn fn) override {
354 return MakeHandler(

Callers 5

handleLoadWalletMethod · 0.45

Calls 1

MakeHandlerFunction · 0.85

Tested by

no test coverage detected