Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ GetNameProxy
Function
GetNameProxy
src/netbase.cpp:568–574 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
566
}
567
568
bool GetNameProxy(proxyType &nameProxyOut) {
569
LOCK(cs_proxyInfos);
570
if(!nameProxy.IsValid())
571
return false;
572
nameProxyOut = nameProxy;
573
return true;
574
}
575
576
bool HaveNameProxy() {
577
LOCK(cs_proxyInfos);
Callers
1
ConnectNode
Method · 0.85
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected