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

Method persistentlyDestroying

kdevplatform/language/duchain/declaration.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130bool Declaration::persistentlyDestroying() const
131{
132 TopDUContext* topContext = this->topContext();
133 return !topContext->deleting() || !topContext->isOnDisk();
134}
135
136Declaration::~Declaration()
137{

Callers

nothing calls this directly

Calls 3

topContextMethod · 0.95
deletingMethod · 0.80
isOnDiskMethod · 0.45

Tested by

no test coverage detected