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

Function IsLimited

src/net.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206bool IsLimited(enum Network net) {
207 LOCK(cs_mapLocalHost);
208 return vfLimited[net];
209}
210
211bool IsLimited(const CNetAddr& addr) { return IsLimited(addr.GetNetwork()); }
212

Callers 5

BindFunction · 0.85
AppInitFunction · 0.85
AddLocalFunction · 0.85
ThreadOpenConnectionsFunction · 0.85
DiscoverFunction · 0.85

Calls 1

GetNetworkMethod · 0.80

Tested by

no test coverage detected