Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
583
CNetAddr::CNetAddr() { Init(); }
584
585
CNetAddr::CNetAddr(const struct in_addr& ipv4Addr) {
586
memcpy(ip, pchIPv4, 12);
Callers
nothing calls this directly
Calls
2
memcpy
Function · 0.85
LookupHost
Function · 0.85
Tested by
no test coverage detected