Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ DeleteNode
Method
DeleteNode
src/net.cpp:3747–3752 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3745
}
3746
3747
void CConnman::DeleteNode(CNode* pnode)
3748
{
3749
assert(pnode);
3750
m_msgproc->FinalizeNode(*pnode);
3751
delete pnode;
3752
}
3753
3754
CConnman::~CConnman()
3755
{
Callers
nothing calls this directly
Calls
1
FinalizeNode
Method · 0.45
Tested by
no test coverage detected