Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ CSubNet
Method
CSubNet
src/netbase.cpp:1219–1222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1217
}
1218
1219
CSubNet::CSubNet() : valid(false)
1220
{
1221
memset(netmask, 0, sizeof(netmask));
1222
}
1223
1224
CSubNet::CSubNet(const std::string& strSubnet, bool fAllowLookup)
1225
{
Callers
nothing calls this directly
Calls
4
LookupHost
Function · 0.85
ParseInt32
Function · 0.85
IsIPv4
Method · 0.80
IsValid
Method · 0.45
Tested by
no test coverage detected