Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ HaveNameProxy
Function
HaveNameProxy
src/netbase.cpp:576–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
574
}
575
576
bool HaveNameProxy() {
577
LOCK(cs_proxyInfos);
578
return nameProxy.IsValid();
579
}
580
581
bool IsProxy(const CNetAddr &addr) {
582
LOCK(cs_proxyInfos);
Callers
2
ConnectNode
Method · 0.85
ThreadDNSAddressSeed
Method · 0.85
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected