MCPcopy 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
1035CSubNet::CSubNet() : valid(false) { memset(netmask, 0, sizeof(netmask)); }
1036
1037CSubNet::CSubNet(const CNetAddr& addr, int32_t mask) {
1038 valid = true;

Callers

nothing calls this directly

Calls 2

IsIPv4Method · 0.80
IsValidMethod · 0.45

Tested by

no test coverage detected