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

Function MakeHandler

src/interfaces/handler.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46} // namespace
47
48std::unique_ptr<Handler> MakeHandler(boost::signals2::connection connection) {
49 return std::make_unique<HandlerImpl>(std::move(connection));
50}
51
52std::unique_ptr<Handler> MakeHandler(std::function<void()> cleanup) {
53 return std::make_unique<CleanupHandler>(std::move(cleanup));

Callers 15

HandleLoadWalletFunction · 0.85
handleUnloadMethod · 0.85
handleShowProgressMethod · 0.85
handleStatusChangedMethod · 0.85
handleInitMessageMethod · 0.85
handleMessageBoxMethod · 0.85
handleQuestionMethod · 0.85
handleShowProgressMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected