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

Function GetNameProxy

src/netbase.cpp:540–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540bool GetNameProxy(proxyType &nameProxyOut) {
541 LOCK(cs_proxyInfos);
542 if(!nameProxy.IsValid())
543 return false;
544 nameProxyOut = nameProxy;
545 return true;
546}
547
548bool HaveNameProxy() {
549 LOCK(cs_proxyInfos);

Callers 1

ConnectSocketByNameFunction · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected