Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
986
bool QualifiedIdentifier::isQualified() const
987
{
988
return count() > 1 || explicitlyGlobal();
989
}
990
991
void QualifiedIdentifier::push(const Identifier& id)
992
{
Callers
nothing calls this directly
Calls
1
count
Function · 0.50
Tested by
no test coverage detected