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

Method ToString

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

Source from the content-addressed store, hash-verified

863}
864
865std::string CNetAddr::ToString() const
866{
867 return ToStringIP();
868}
869
870bool operator==(const CNetAddr& a, const CNetAddr& b)
871{

Callers 1

ConnectSocketDirectlyFunction · 0.45

Calls 1

IsIPv4Method · 0.80

Tested by

no test coverage detected