Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ collapsed
Method
collapsed
kdevplatform/language/classmodel/classmodel.cpp:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void ClassModel::collapsed(const QModelIndex& index)
69
{
70
Node* node = static_cast<Node*>(index.internalPointer());
71
72
node->collapse();
73
}
74
75
void ClassModel::expanded(const QModelIndex& index)
76
{
Callers
nothing calls this directly
Calls
1
collapse
Method · 0.80
Tested by
no test coverage detected