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

Method isUnique

kdevplatform/language/duchain/identifier.cpp:504–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504bool Identifier::isUnique() const
505{
506 if (!m_index)
507 return dd->m_unique;
508 else
509 return cd->m_unique;
510}
511
512int Identifier::uniqueToken() const
513{

Callers 3

openDeclarationFunction · 0.80
testIdentifierMethod · 0.80
validateMethod · 0.80

Calls

no outgoing calls

Tested by 1

testIdentifierMethod · 0.64