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

Method indexedLast

kdevplatform/language/duchain/identifier.cpp:1079–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077}
1078
1079IndexedIdentifier QualifiedIdentifier::indexedLast() const
1080{
1081 uint c = count();
1082 if (c)
1083 return indexedAt(c - 1);
1084 else
1085 return IndexedIdentifier();
1086}
1087
1088Identifier QualifiedIdentifier::top() const
1089{

Callers 1

getDeclarationFunction · 0.80

Calls 1

countFunction · 0.50

Tested by

no test coverage detected