Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ GetAddrLocal
Method
GetAddrLocal
src/net.cpp:668–671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
666
}
667
668
CService CNode::GetAddrLocal() const {
669
LOCK(cs_addrLocal);
670
return addrLocal;
671
}
672
673
void CNode::SetAddrLocal(const CService& addrLocalIn) {
674
LOCK(cs_addrLocal);
Callers
2
IsPeerAddrLocalGood
Function · 0.80
AdvertiseLocal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected