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

Method hash

kdevplatform/language/duchain/types/integraltype.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142uint IntegralType::hash() const
143{
144 return KDevHash(AbstractType::hash()) << d_func()->m_dataType;
145}
146}

Callers

nothing calls this directly

Calls 2

KDevHashClass · 0.85
hashFunction · 0.70

Tested by

no test coverage detected