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

Method ToString

src/netaddress.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277std::string CNetAddr::ToString() const
278{
279 return ToStringIP();
280}
281
282bool operator==(const CNetAddr& a, const CNetAddr& b)
283{

Callers

nothing calls this directly

Calls 2

NetmaskBitsFunction · 0.85
IsIPv4Method · 0.80

Tested by

no test coverage detected