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

Method hash

kdevplatform/language/duchain/types/constantintegraltype.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135uint ConstantIntegralType::hash() const
136{
137 return KDevHash(IntegralType::hash()) << d_func()->m_value;
138}
139
140template <>
141KDEVPLATFORMLANGUAGE_EXPORT

Callers

nothing calls this directly

Calls 2

KDevHashClass · 0.85
hashFunction · 0.70

Tested by

no test coverage detected