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

Function SetNameProxy

src/netbase.cpp:508–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508bool SetNameProxy(CService addrProxy)
509{
510 if (!addrProxy.IsValid())
511 return false;
512 LOCK(cs_proxyInfos);
513 nameProxy = addrProxy;
514 return true;
515}
516
517bool GetNameProxy(CService& nameProxyOut)
518{

Callers 1

AppInit2Function · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected