Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ConnectNode
Method · 0.80
CreateNodeFromAcceptedSocket
Method · 0.80
NodesSnapshot
Class · 0.80
net.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected