Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetNameProxy
Function
GetNameProxy
src/netbase.cpp:634–640 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
632
}
633
634
bool GetNameProxy(Proxy &nameProxyOut) {
635
LOCK(g_proxyinfo_mutex);
636
if(!nameProxy.IsValid())
637
return false;
638
nameProxyOut = nameProxy;
639
return true;
640
}
641
642
bool HaveNameProxy() {
643
LOCK(g_proxyinfo_mutex);
Callers
1
ConnectNode
Method · 0.85
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected