Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
void CNetAddr::SetIP(const CNetAddr& ipIn)
23
{
24
memcpy(ip, ipIn.ip, sizeof(ip));
25
}
26
27
void CNetAddr::SetRaw(Network network, const uint8_t *ip_in)
28
{
Callers
2
ProcessMessage
Function · 0.80
AdvertiseLocal
Function · 0.80
Calls
1
memcpy
Function · 0.85
Tested by
no test coverage detected