Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
bool IsLimited(enum Network net) {
207
LOCK(cs_mapLocalHost);
208
return vfLimited[net];
209
}
210
211
bool IsLimited(const CNetAddr& addr) { return IsLimited(addr.GetNetwork()); }
212
Callers
5
Bind
Function · 0.85
AppInit
Function · 0.85
AddLocal
Function · 0.85
ThreadOpenConnections
Function · 0.85
Discover
Function · 0.85
Calls
1
GetNetwork
Method · 0.80
Tested by
no test coverage detected