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

Function MakeHandler

src/interfaces/handler.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33} // namespace
34
35std::unique_ptr<Handler> MakeHandler(boost::signals2::connection connection)
36{
37 return std::make_unique<HandlerImpl>(std::move(connection));
38}
39
40std::unique_ptr<Handler> MakeHandler(std::function<void()> cleanup)
41{

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