MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / GetPort

Method GetPort

src/netbase.cpp:1149–1152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147}
1148
1149unsigned short CService::GetPort() const
1150{
1151 return port;
1152}
1153
1154bool operator==(const CService& a, const CService& b)
1155{

Callers 5

ConnectSocketFunction · 0.80
BOOST_FOREACHFunction · 0.80
AddLocalFunction · 0.80
ThreadOpenConnectionsFunction · 0.80
getProxySettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected