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

Method GetPort

src/netaddress.cpp:835–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833}
834
835uint16_t CService::GetPort() const
836{
837 return port;
838}
839
840bool operator==(const CService& a, const CService& b)
841{

Callers 15

ConnectMethod · 0.80
AppInitMainFunction · 0.80
TryParseMethod · 0.80
GetListenPortFunction · 0.80
AddLocalFunction · 0.80
ConnectNodeMethod · 0.80
ThreadOpenConnectionsMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
ConnectMethod · 0.80
pcp.cppFile · 0.80
FUZZ_TARGETFunction · 0.80

Calls

no outgoing calls

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.64
ConnectMethod · 0.64
FUZZ_TARGETFunction · 0.64