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

Method hash

kdevplatform/language/duchain/types/typesystem.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32unsigned int AbstractTypeData::hash() const
33{
34 AbstractType::Ptr type(TypeSystem::self().create(const_cast<AbstractTypeData*>(this)));
35 return type->hash();
36}
37
38AbstractTypeData::AbstractTypeData(const AbstractTypeData& rhs)
39 : m_sizeOf(rhs.m_sizeOf)

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected