Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ SetNameProxy
Function
SetNameProxy
src/netbase.cpp:508–515 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
506
}
507
508
bool SetNameProxy(CService addrProxy)
509
{
510
if (!addrProxy.IsValid())
511
return false;
512
LOCK(cs_proxyInfos);
513
nameProxy = addrProxy;
514
return true;
515
}
516
517
bool GetNameProxy(CService& nameProxyOut)
518
{
Callers
1
AppInit2
Function · 0.85
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected