MCPcopy Create free account
hub / github.com/LUX-Core/lux / IsLimited

Function IsLimited

src/net.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325bool IsLimited(enum Network net)
326{
327 LOCK(cs_mapLocalHost);
328 return vfLimited[net];
329}
330
331bool IsLimited(const CNetAddr& addr)
332{

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