Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
std::unique_ptr<Handler> MakeHandler(boost::signals2::connection connection)
28
{
29
return MakeUnique<HandlerImpl>(std::move(connection));
30
}
31
32
} // namespace interfaces
Callers
15
handleInitMessage
Method · 0.85
handleMessageBox
Method · 0.85
handleQuestion
Method · 0.85
handleShowProgress
Method · 0.85
handleNotifyNumConnectionsChanged
Method · 0.85
handleNotifyNetworkActiveChanged
Method · 0.85
handleNotifyAlertChanged
Method · 0.85
handleBannedListChanged
Method · 0.85
handleNotifyBlockTip
Method · 0.85
handleNotifyHeaderTip
Method · 0.85
handleUnload
Method · 0.85
handleShowProgress
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected