Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
504
bool Identifier::isUnique() const
505
{
506
if (!m_index)
507
return dd->m_unique;
508
else
509
return cd->m_unique;
510
}
511
512
int Identifier::uniqueToken() const
513
{
Callers
3
openDeclaration
Function · 0.80
testIdentifier
Method · 0.80
validate
Method · 0.80
Calls
no outgoing calls
Tested by
1
testIdentifier
Method · 0.64