Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ HaveNameProxy
Function
HaveNameProxy
src/netbase.cpp:449–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
}
448
449
bool HaveNameProxy() {
450
LOCK(cs_proxyInfos);
451
return nameproxyInfo.second != 0;
452
}
453
454
bool IsProxy(const CNetAddr& addr) {
455
LOCK(cs_proxyInfos);
Callers
2
ThreadDNSAddressSeed
Function · 0.85
ThreadOpenAddedConnections
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected