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

Method ~DUChainBase

kdevplatform/language/duchain/duchainbase.cpp:82–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82DUChainBase::~DUChainBase()
83{
84 if (m_ptr)
85 m_ptr->m_base = nullptr;
86
87 if (d_ptr->m_dynamic) {
88 DUChainItemSystem::self().deleteDynamicData(d_ptr);
89 d_ptr = nullptr;
90 }
91}
92
93TopDUContext* DUChainBase::topContext() const
94{

Callers

nothing calls this directly

Calls 1

deleteDynamicDataMethod · 0.45

Tested by

no test coverage detected