MCPcopy 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
668CService CNode::GetAddrLocal() const {
669 LOCK(cs_addrLocal);
670 return addrLocal;
671}
672
673void CNode::SetAddrLocal(const CService& addrLocalIn) {
674 LOCK(cs_addrLocal);

Callers 2

IsPeerAddrLocalGoodFunction · 0.80
AdvertiseLocalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected