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

Method count

kdevplatform/language/duchain/identifier.cpp:1053–1059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051}
1052
1053int QualifiedIdentifier::count() const
1054{
1055 if (m_index)
1056 return cd->identifiersSize();
1057 else
1058 return dd->identifiersSize();
1059}
1060
1061Identifier QualifiedIdentifier::first() const
1062{

Callers 15

dotGraphInternalMethod · 0.45
dumpMethod · 0.45
beginsWithMethod · 0.45
documentsMethod · 0.45
indexedDocumentsMethod · 0.45
SearchItemMethod · 0.45
matchMethod · 0.45
applyToIdentifierMethod · 0.45
openDeclarationFunction · 0.45
openContextInternalMethod · 0.45

Calls

no outgoing calls

Tested by 7

verifyMethod · 0.36
testImportStructureMethod · 0.36
testIdentifiersMethod · 0.36
testImportCacheMethod · 0.36
customOptionsMethod · 0.36