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

Function MakeHandler

src/interfaces/handler.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25} // namespace
26
27std::unique_ptr<Handler> MakeHandler(boost::signals2::connection connection)
28{
29 return MakeUnique<HandlerImpl>(std::move(connection));
30}
31
32} // namespace interfaces

Callers 15

handleInitMessageMethod · 0.85
handleMessageBoxMethod · 0.85
handleQuestionMethod · 0.85
handleShowProgressMethod · 0.85
handleNotifyBlockTipMethod · 0.85
handleNotifyHeaderTipMethod · 0.85
handleUnloadMethod · 0.85
handleShowProgressMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected