Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
bool IsLimited(enum Network net)
326
{
327
LOCK(cs_mapLocalHost);
328
return vfLimited[net];
329
}
330
331
bool IsLimited(const CNetAddr& addr)
332
{
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