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

Method features

kdevplatform/language/duchain/topducontext.cpp:597–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597TopDUContext::Features TopDUContext::features() const
598{
599 auto ret = d_func()->m_features;
600
601 if (ast())
602 ret |= TopDUContext::AST;
603
604 return ret;
605}
606
607void TopDUContext::setFeatures(Features features)
608{

Callers 5

setFeaturesMethod · 0.95
documentLoadedPrepareMethod · 0.45
buildUsesMethod · 0.45
updateReadyMethod · 0.45
populateNodeMethod · 0.45

Calls 1

astFunction · 0.50

Tested by

no test coverage detected