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

Method containerToString

kdevplatform/language/duchain/types/containertypes.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92QString ListType::containerToString() const
93{
94 return KDevelop::StructureType::toString();
95}
96
97bool ListType::equals(const AbstractType* rhs) const
98{

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected