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

Method isQualified

kdevplatform/language/duchain/identifier.cpp:986–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984}
985
986bool QualifiedIdentifier::isQualified() const
987{
988 return count() > 1 || explicitlyGlobal();
989}
990
991void QualifiedIdentifier::push(const Identifier& id)
992{

Callers

nothing calls this directly

Calls 1

countFunction · 0.50

Tested by

no test coverage detected