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

Function SetNameProxy

src/netbase.cpp:532–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532bool SetNameProxy(const proxyType &addrProxy) {
533 if (!addrProxy.IsValid())
534 return false;
535 LOCK(cs_proxyInfos);
536 nameProxy = addrProxy;
537 return true;
538}
539
540bool GetNameProxy(proxyType &nameProxyOut) {
541 LOCK(cs_proxyInfos);

Callers 1

AppInit2Function · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected