MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / HaveNameProxy

Function HaveNameProxy

src/netbase.cpp:449–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449bool HaveNameProxy() {
450 LOCK(cs_proxyInfos);
451 return nameproxyInfo.second != 0;
452}
453
454bool IsProxy(const CNetAddr& addr) {
455 LOCK(cs_proxyInfos);

Callers 2

ThreadDNSAddressSeedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected