Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ HaveNameProxy
Function
HaveNameProxy
src/netbase.cpp:753–756 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
751
}
752
753
bool HaveNameProxy() {
754
LOCK(g_proxyinfo_mutex);
755
return nameProxy.IsValid();
756
}
757
758
bool IsProxy(const CNetAddr &addr) {
759
LOCK(g_proxyinfo_mutex);
Callers
2
ConnectNode
Method · 0.85
ThreadDNSAddressSeed
Method · 0.85
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected