MCPcopy 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
3747void CConnman::DeleteNode(CNode* pnode)
3748{
3749 assert(pnode);
3750 m_msgproc->FinalizeNode(*pnode);
3751 delete pnode;
3752}
3753
3754CConnman::~CConnman()
3755{

Callers

nothing calls this directly

Calls 1

FinalizeNodeMethod · 0.45

Tested by

no test coverage detected