Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ CSubNet
Method
CSubNet
src/netaddress.cpp:578–582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
576
}
577
578
CSubNet::CSubNet():
579
valid(false)
580
{
581
memset(netmask, 0, sizeof(netmask));
582
}
583
584
CSubNet::CSubNet(const CNetAddr &addr, int32_t mask)
585
{
Callers
nothing calls this directly
Calls
2
IsIPv4
Method · 0.80
IsValid
Method · 0.45
Tested by
no test coverage detected