MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetNameProxy

Function GetNameProxy

src/netbase.cpp:634–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634bool GetNameProxy(Proxy &nameProxyOut) {
635 LOCK(g_proxyinfo_mutex);
636 if(!nameProxy.IsValid())
637 return false;
638 nameProxyOut = nameProxy;
639 return true;
640}
641
642bool HaveNameProxy() {
643 LOCK(g_proxyinfo_mutex);

Callers 1

ConnectNodeMethod · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected