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

Method toString

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

Source from the content-addressed store, hash-verified

67}
68
69QString ListType::toString() const
70{
71 QString prefix = KDevelop::StructureType::toString();
72 auto content = contentType().abstractType();
73 if (content) {
74 return i18n("%1 of %2", prefix, content->toString());
75 }
76 return prefix;
77}
78
79QString MapType::toString() const
80{

Callers

nothing calls this directly

Calls 2

toStringFunction · 0.50
abstractTypeMethod · 0.45

Tested by

no test coverage detected