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

Method CNetAddr

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

* Construct an unspecified IPv6 network address (::/128). * * @note This address is considered invalid by CNetAddr::IsValid() */

Source from the content-addressed store, hash-verified

103 * @note This address is considered invalid by CNetAddr::IsValid()
104 */
105CNetAddr::CNetAddr() {}
106
107void CNetAddr::SetIP(const CNetAddr& ipIn)
108{

Callers

nothing calls this directly

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected