MCPcopy Create free account
hub / github.com/LUX-Core/lux / SetIP

Method SetIP

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

Source from the content-addressed store, hash-verified

609}
610
611void CNetAddr::SetIP(const CNetAddr& ipIn)
612{
613 memcpy(ip, ipIn.ip, sizeof(ip));
614}
615
616void CNetAddr::SetRaw(Network network, const uint8_t* ip_in)
617{

Callers 2

ProcessMessageFunction · 0.80
AdvertizeLocalFunction · 0.80

Calls 1

memcpyFunction · 0.85

Tested by

no test coverage detected