MCPcopy Create free account
hub / github.com/KDE/kdevelop / ~ClassNode

Method ~ClassNode

kdevplatform/language/classmodel/classmodelnode.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111ClassNode::~ClassNode()
112{
113 if (!m_cachedUrl.isEmpty()) {
114 ClassModelNodesController::self().unregisterForChanges(m_cachedUrl, this);
115 m_cachedUrl = IndexedString();
116 }
117}
118
119void ClassNode::populateNode()
120{

Callers

nothing calls this directly

Calls 3

unregisterForChangesMethod · 0.80
IndexedStringClass · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected