MCPcopy Create free account
hub / github.com/ElementsProject/elements / ToString

Method ToString

src/netaddress.cpp:631–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631std::string CNetAddr::ToString() const
632{
633 return ToStringIP();
634}
635
636bool operator==(const CNetAddr& a, const CNetAddr& b)
637{

Callers

nothing calls this directly

Calls 2

NetmaskBitsFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected