MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / AddRef

Method AddRef

src/net.h:965–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963 void SetAddrLocal(const CService& addrLocalIn) EXCLUSIVE_LOCKS_REQUIRED(!m_addr_local_mutex);
964
965 CNode* AddRef()
966 {
967 nRefCount++;
968 return this;
969 }
970
971 void Release()
972 {

Callers 4

ConnectNodeMethod · 0.80
NodesSnapshotClass · 0.80
net.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected