Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ConnectNode
Method · 0.80
AcceptConnection
Method · 0.80
ThreadSocketHandler
Method · 0.80
ThreadMessageHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected