Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ CSubNet
Method
CSubNet
src/netbase.cpp:1232–1236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1230
}
1231
1232
CSubNet::CSubNet():
1233
valid(false)
1234
{
1235
memset(netmask, 0, sizeof(netmask));
1236
}
1237
1238
CSubNet::CSubNet(const std::string &strSubnet, bool fAllowLookup)
1239
{
Callers
nothing calls this directly
Calls
3
LookupHost
Function · 0.85
ParseInt32
Function · 0.85
IsIPv4
Method · 0.80
Tested by
no test coverage detected