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

Method hash

kdevplatform/language/duchain/types/referencetype.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104uint ReferenceType::hash() const
105{
106 return KDevHash(AbstractType::hash()) << d_func()->m_baseType.hash() << d_func()->m_isRValue;
107}
108}

Callers

nothing calls this directly

Calls 2

KDevHashClass · 0.85
hashFunction · 0.70

Tested by

no test coverage detected