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

Method AddRef

src/net.h:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 void SetAddrLocal(const CService& addrLocalIn);
796
797 CNode* AddRef()
798 {
799 nRefCount++;
800 return this;
801 }
802
803 void Release()
804 {

Callers 4

ConnectNodeMethod · 0.80
AcceptConnectionMethod · 0.80
ThreadSocketHandlerMethod · 0.80
ThreadMessageHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected