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

Method hash

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

Source from the content-addressed store, hash-verified

101}
102
103uint ArrayType::hash() const
104{
105 return KDevHash(AbstractType::hash())
106 << (elementType() ? elementType()->hash() : 0) << dimension();
107}
108}

Callers 3

qHashFunction · 0.45
operator()Method · 0.45
testReferenceTypeMethod · 0.45

Calls 2

KDevHashClass · 0.85
hashFunction · 0.70

Tested by 2

operator()Method · 0.36
testReferenceTypeMethod · 0.36