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

Method hash

kdevplatform/language/duchain/types/typealiastype.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47uint TypeAliasType::hash() const
48{
49 return KDevHash(AbstractType::hash()) << IdentifiedType::hash() << d_func()->m_type.hash();
50}
51
52QString TypeAliasType::toString() const
53{

Callers

nothing calls this directly

Calls 2

KDevHashClass · 0.85
hashFunction · 0.70

Tested by

no test coverage detected