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

Function GetNameProxy

src/netbase.cpp:441–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441bool GetNameProxy(ProxyType& nameproxyInfoOut) {
442 LOCK(cs_proxyInfos);
443 if (!nameproxyInfo.second)
444 return false;
445 nameproxyInfoOut = nameproxyInfo;
446 return true;
447}
448
449bool HaveNameProxy() {
450 LOCK(cs_proxyInfos);

Callers 1

ConnectSocketByNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected