MCPcopy 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
60uint EnumerationType::hash() const
61{
62 return KDevHash(IntegralType::hash()) << IdentifiedType::hash();
63}
64
65AbstractType::WhichType EnumerationType::whichType() const
66{

Callers

nothing calls this directly

Calls 2

KDevHashClass · 0.85
hashFunction · 0.70

Tested by

no test coverage detected