MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / ToString

Method ToString

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

Source from the content-addressed store, hash-verified

886}
887
888std::string CNetAddr::ToString() const
889{
890 return ToStringIP();
891}
892
893bool operator==(const CNetAddr& a, const CNetAddr& b)
894{

Callers 1

ConnectSocketDirectlyFunction · 0.45

Calls 1

IsIPv4Method · 0.80

Tested by

no test coverage detected