| 439 | } |
| 440 | |
| 441 | bool GetNameProxy(ProxyType& nameproxyInfoOut) { |
| 442 | LOCK(cs_proxyInfos); |
| 443 | if (!nameproxyInfo.second) |
| 444 | return false; |
| 445 | nameproxyInfoOut = nameproxyInfo; |
| 446 | return true; |
| 447 | } |
| 448 | |
| 449 | bool HaveNameProxy() { |
| 450 | LOCK(cs_proxyInfos); |
no outgoing calls
no test coverage detected