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

Method SetIP

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

Source from the content-addressed store, hash-verified

20}
21
22void CNetAddr::SetIP(const CNetAddr& ipIn)
23{
24 memcpy(ip, ipIn.ip, sizeof(ip));
25}
26
27void CNetAddr::SetRaw(Network network, const uint8_t *ip_in)
28{

Callers 2

ProcessMessageFunction · 0.80
AdvertiseLocalFunction · 0.80

Calls 1

memcpyFunction · 0.85

Tested by

no test coverage detected