Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ ToStringPort
Method
ToStringPort
src/netaddress.cpp:559–562 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
557
}
558
559
std::string CService::ToStringPort() const
560
{
561
return strprintf(
"%u"
, port);
562
}
563
564
std::string CService::ToStringIPPort() const
565
{
Callers
1
updateDefaultProxyNets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected