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

Method indexed

kdevplatform/language/duchain/types/abstracttype.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115IndexedType AbstractType::indexed() const
116{
117 return IndexedType(this);
118}
119
120bool AbstractType::equals(const AbstractType* rhs) const
121{

Callers 2

mergeTypesFunction · 0.45
exchangeTypesMethod · 0.45

Calls 1

IndexedTypeFunction · 0.70

Tested by

no test coverage detected