Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ DeleteNode
Method
DeleteNode
src/net.cpp:2775–2780 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2773
}
2774
2775
void CConnman::DeleteNode(CNode* pnode)
2776
{
2777
assert(pnode);
2778
m_msgproc->FinalizeNode(*pnode);
2779
delete pnode;
2780
}
2781
2782
CConnman::~CConnman()
2783
{
Callers
nothing calls this directly
Calls
1
FinalizeNode
Method · 0.80
Tested by
no test coverage detected