Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ CSubNet
Method
CSubNet
src/netbase.cpp:1035–1035 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1033
// class CSubNet
1034
1035
CSubNet::CSubNet() : valid(false) { memset(netmask, 0, sizeof(netmask)); }
1036
1037
CSubNet::CSubNet(const CNetAddr& addr, int32_t mask) {
1038
valid = true;
Callers
nothing calls this directly
Calls
2
IsIPv4
Method · 0.80
IsValid
Method · 0.45
Tested by
no test coverage detected