Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ childCount
Method
childCount
kdevplatform/debugger/util/treeitem.cpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
int TreeItem::childCount() const
139
{
140
return childItems.count() + more_;
141
}
142
143
int TreeItem::columnCount() const
144
{
Callers
4
stateChanged
Method · 0.45
handleEvent
Method · 0.45
rowCount
Method · 0.45
expanded
Method · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected