Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ HaveNameProxy
Function
HaveNameProxy
src/netbase.cpp:526–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
}
525
526
bool HaveNameProxy()
527
{
528
LOCK(cs_proxyInfos);
529
return nameProxy.IsValid();
530
}
531
532
bool IsProxy(const CNetAddr& addr)
533
{
Callers
2
ConnectSocketByName
Function · 0.85
ThreadDNSAddressSeed
Function · 0.85
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected