MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / IsLimited

Function IsLimited

src/net.cpp:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282bool IsLimited(enum Network net)
283{
284 LOCK(cs_mapLocalHost);
285 return vfLimited[net];
286}
287
288bool IsLimited(const CNetAddr &addr)
289{

Callers 5

BindFunction · 0.85
GetNetworksInfoFunction · 0.85
IsPeerAddrLocalGoodFunction · 0.85
AddLocalFunction · 0.85
ThreadOpenConnectionsFunction · 0.85

Calls 1

GetNetworkMethod · 0.80

Tested by

no test coverage detected