Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
254
bool IsLimited(enum Network net)
255
{
256
LOCK(cs_mapLocalHost);
257
return vfLimited[net];
258
}
259
260
bool IsLimited(const CNetAddr &addr)
261
{
Callers
5
IsPeerAddrLocalGood
Function · 0.85
AddLocal
Function · 0.85
ThreadOpenConnections
Method · 0.85
Bind
Method · 0.85
GetNetworksInfo
Function · 0.85
Calls
1
GetNetwork
Method · 0.80
Tested by
no test coverage detected