MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetNameProxy

Function GetNameProxy

src/netbase.cpp:517–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517bool GetNameProxy(CService& nameProxyOut)
518{
519 LOCK(cs_proxyInfos);
520 if (!nameProxy.IsValid())
521 return false;
522 nameProxyOut = nameProxy;
523 return true;
524}
525
526bool HaveNameProxy()
527{

Callers 1

ConnectSocketByNameFunction · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected