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

Method nameEquals

kdevplatform/language/duchain/identifier.cpp:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476bool Identifier::nameEquals(const Identifier& rhs) const
477{
478 return identifier() == rhs.identifier();
479}
480
481uint Identifier::hash() const
482{

Callers 2

isConstructorMethod · 0.80
testIdentifierMethod · 0.80

Calls 1

identifierMethod · 0.45

Tested by 1

testIdentifierMethod · 0.64