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

Method handleShowProgress

src/wallet/interfaces.cpp:493–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491 return MakeHandler(m_wallet->NotifyUnload.connect(fn));
492 }
493 std::unique_ptr<Handler> handleShowProgress(ShowProgressFn fn) override
494 {
495 return MakeHandler(m_wallet->ShowProgress.connect(fn));
496 }
497 std::unique_ptr<Handler> handleStatusChanged(StatusChangedFn fn) override
498 {
499 return MakeHandler(m_wallet->NotifyStatusChanged.connect([fn](CWallet*) { fn(); }));

Callers

nothing calls this directly

Calls 2

MakeHandlerFunction · 0.85
connectMethod · 0.80

Tested by

no test coverage detected