Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ hash
Method
hash
kdevplatform/language/duchain/types/enumerationtype.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
uint EnumerationType::hash() const
61
{
62
return KDevHash(IntegralType::hash()) << IdentifiedType::hash();
63
}
64
65
AbstractType::WhichType EnumerationType::whichType() const
66
{
Callers
nothing calls this directly
Calls
2
KDevHash
Class · 0.85
hash
Function · 0.70
Tested by
no test coverage detected