MCPcopy 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
138int TreeItem::childCount() const
139{
140 return childItems.count() + more_;
141}
142
143int TreeItem::columnCount() const
144{

Callers 4

stateChangedMethod · 0.45
handleEventMethod · 0.45
rowCountMethod · 0.45
expandedMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected