Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
971
unsigned short CService::GetPort() const { return port; }
972
973
bool operator==(const CService& a, const CService& b) { return (CNetAddr)a == (CNetAddr)b && a.port == b.port; }
974
Callers
3
ConnectSocket
Function · 0.80
AddLocal
Function · 0.80
ThreadOpenConnections
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected