Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsReachable
Function
IsReachable
src/net.cpp:335–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
bool IsReachable(enum Network net)
336
{
337
LOCK(g_maplocalhost_mutex);
338
return !vfLimited[net];
339
}
340
341
bool IsReachable(const CNetAddr &addr)
342
{
Callers
9
ProcessMessage
Method · 0.85
AppInitMain
Function · 0.85
IsPeerAddrLocalGood
Function · 0.85
MaybeFlipIPv6toCJDNS
Function · 0.85
AddLocal
Function · 0.85
ThreadOpenConnections
Method · 0.85
Bind
Method · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
GetNetworksInfo
Function · 0.85
Calls
1
GetNetwork
Method · 0.80
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.68