MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / SetIP

Method SetIP

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

Source from the content-addressed store, hash-verified

628}
629
630void CNetAddr::SetIP(const CNetAddr& ipIn)
631{
632 memcpy(ip, ipIn.ip, sizeof(ip));
633}
634
635void CNetAddr::SetRaw(Network network, const uint8_t *ip_in)
636{

Callers 2

ProcessMessageFunction · 0.80
AdvertizeLocalFunction · 0.80

Calls 1

memcpyFunction · 0.85

Tested by

no test coverage detected