Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ HaveNameProxy
Function
HaveNameProxy
src/netbase.cpp:548–551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
546
}
547
548
bool HaveNameProxy() {
549
LOCK(cs_proxyInfos);
550
return nameProxy.IsValid();
551
}
552
553
bool IsProxy(const CNetAddr &addr) {
554
LOCK(cs_proxyInfos);
Callers
3
ConnectSocketByName
Function · 0.85
BOOST_FOREACH
Function · 0.85
ThreadOpenAddedConnections
Function · 0.85
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected