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

Method GetPort

src/netaddress.cpp:504–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504unsigned short CService::GetPort() const
505{
506 return port;
507}
508
509bool operator==(const CService& a, const CService& b)
510{

Callers 6

AppInitMainFunction · 0.80
AddLocalFunction · 0.80
ConnectNodeMethod · 0.80
ThreadOpenConnectionsMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
getProxySettingsMethod · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64