Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ GetNameProxy
Function
GetNameProxy
src/netbase.cpp:517–524 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
}
516
517
bool GetNameProxy(CService& nameProxyOut)
518
{
519
LOCK(cs_proxyInfos);
520
if (!nameProxy.IsValid())
521
return false;
522
nameProxyOut = nameProxy;
523
return true;
524
}
525
526
bool HaveNameProxy()
527
{
Callers
1
ConnectSocketByName
Function · 0.85
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected