MCPcopy 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
548bool HaveNameProxy() {
549 LOCK(cs_proxyInfos);
550 return nameProxy.IsValid();
551}
552
553bool IsProxy(const CNetAddr &addr) {
554 LOCK(cs_proxyInfos);

Callers 3

ConnectSocketByNameFunction · 0.85
BOOST_FOREACHFunction · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected