MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetPort

Method GetPort

src/netbase.cpp:1136–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1134}
1135
1136unsigned short CService::GetPort() const
1137{
1138 return port;
1139}
1140
1141bool operator==(const CService& a, const CService& b)
1142{

Callers 6

readMethod · 0.80
ConnectSocketFunction · 0.80
AppInit2Function · 0.80
AddLocalFunction · 0.80
ThreadOpenConnectionsFunction · 0.80
getProxySettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected