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

Method ToString

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

Source from the content-addressed store, hash-verified

733}
734
735string CNetAddr::ToString() const { return ToStringIP(); }
736
737bool operator==(const CNetAddr& a, const CNetAddr& b) { return (memcmp(a.ip, b.ip, 16) == 0); }
738

Callers 2

Socks4Function · 0.45
netbase.cppFile · 0.45

Calls 2

NetmaskBitsFunction · 0.85
IsIPv4Method · 0.80

Tested by

no test coverage detected