Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
QString ListType::containerToString() const
93
{
94
return KDevelop::StructureType::toString();
95
}
96
97
bool ListType::equals(const AbstractType* rhs) const
98
{
Callers
nothing calls this directly
Calls
1
toString
Function · 0.50
Tested by
no test coverage detected