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

Function IsLimited

src/net.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254bool IsLimited(enum Network net)
255{
256 LOCK(cs_mapLocalHost);
257 return vfLimited[net];
258}
259
260bool IsLimited(const CNetAddr &addr)
261{

Callers 5

IsPeerAddrLocalGoodFunction · 0.85
AddLocalFunction · 0.85
ThreadOpenConnectionsMethod · 0.85
BindMethod · 0.85
GetNetworksInfoFunction · 0.85

Calls 1

GetNetworkMethod · 0.80

Tested by

no test coverage detected