MCPcopy 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
2775void CConnman::DeleteNode(CNode* pnode)
2776{
2777 assert(pnode);
2778 m_msgproc->FinalizeNode(*pnode);
2779 delete pnode;
2780}
2781
2782CConnman::~CConnman()
2783{

Callers

nothing calls this directly

Calls 1

FinalizeNodeMethod · 0.80

Tested by

no test coverage detected