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

Method GetPort

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

Source from the content-addressed store, hash-verified

969}
970
971unsigned short CService::GetPort() const { return port; }
972
973bool operator==(const CService& a, const CService& b) { return (CNetAddr)a == (CNetAddr)b && a.port == b.port; }
974

Callers 3

ConnectSocketFunction · 0.80
AddLocalFunction · 0.80
ThreadOpenConnectionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected