MCPcopy Create free account
hub / github.com/KDE/kdevelop / removeSelf

Method removeSelf

kdevplatform/language/classmodel/classmodelnode.h:53–53  ·  view source on GitHub ↗

Remove this node and delete it.

Source from the content-addressed store, hash-verified

51
52 /// Remove this node and delete it.
53 void removeSelf() { m_parentNode->removeNode(this); }
54
55 /// Called once the node has been populated to sort the entire tree / branch.
56 void recursiveSort();

Callers 3

removeClassNodeMethod · 0.45
removeEmptyNamespaceMethod · 0.45

Calls 1

removeNodeMethod · 0.80

Tested by

no test coverage detected