MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / GetAddrLocal

Method GetAddrLocal

src/net.cpp:625–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623}
624
625CService CNode::GetAddrLocal() const {
626 AssertLockNotHeld(m_addr_local_mutex);
627 LOCK(m_addr_local_mutex);
628 return addrLocal;
629}
630
631void CNode::SetAddrLocal(const CService &addrLocalIn) {
632 AssertLockNotHeld(m_addr_local_mutex);

Callers 3

IsPeerAddrLocalGoodFunction · 0.80
GetLocalAddrForPeerFunction · 0.80
FUZZ_TARGET_INITFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.64