Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
476
bool Identifier::nameEquals(const Identifier& rhs) const
477
{
478
return identifier() == rhs.identifier();
479
}
480
481
uint Identifier::hash() const
482
{
Callers
2
isConstructor
Method · 0.80
testIdentifier
Method · 0.80
Calls
1
identifier
Method · 0.45
Tested by
1
testIdentifier
Method · 0.64