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

Method CNetAddr

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

Source from the content-addressed store, hash-verified

581}
582
583CNetAddr::CNetAddr() { Init(); }
584
585CNetAddr::CNetAddr(const struct in_addr& ipv4Addr) {
586 memcpy(ip, pchIPv4, 12);

Callers

nothing calls this directly

Calls 2

memcpyFunction · 0.85
LookupHostFunction · 0.85

Tested by

no test coverage detected