Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
282
bool IsLimited(enum Network net)
283
{
284
LOCK(cs_mapLocalHost);
285
return vfLimited[net];
286
}
287
288
bool IsLimited(const CNetAddr &addr)
289
{
Callers
5
Bind
Function · 0.85
GetNetworksInfo
Function · 0.85
IsPeerAddrLocalGood
Function · 0.85
AddLocal
Function · 0.85
ThreadOpenConnections
Function · 0.85
Calls
1
GetNetwork
Method · 0.80
Tested by
no test coverage detected