MCPcopy 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
1219CSubNet::CSubNet() : valid(false)
1220{
1221 memset(netmask, 0, sizeof(netmask));
1222}
1223
1224CSubNet::CSubNet(const std::string& strSubnet, bool fAllowLookup)
1225{

Callers

nothing calls this directly

Calls 4

LookupHostFunction · 0.85
ParseInt32Function · 0.85
IsIPv4Method · 0.80
IsValidMethod · 0.45

Tested by

no test coverage detected