MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetNameProxy

Function GetNameProxy

src/netbase.cpp:568–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568bool GetNameProxy(proxyType &nameProxyOut) {
569 LOCK(cs_proxyInfos);
570 if(!nameProxy.IsValid())
571 return false;
572 nameProxyOut = nameProxy;
573 return true;
574}
575
576bool HaveNameProxy() {
577 LOCK(cs_proxyInfos);

Callers 1

ConnectNodeMethod · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected