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

Function count

kdevplatform/shell/problemstorenode.h:84–87  ·  view source on GitHub ↗

Returns the number of children nodes

Source from the content-addressed store, hash-verified

82
83 /// Returns the number of children nodes
84 int count() const
85 {
86 return m_children.count();
87 }
88
89 /// Returns a particular child node
90 ProblemStoreNode* child(int row) const

Callers 11

resetTabColorsMethod · 0.50
setTabColorMethod · 0.50
setTabColorsMethod · 0.50
contextMenuMethod · 0.50
QualifiedIdentifier leftFunction · 0.50
toStringListMethod · 0.50
beginsWithMethod · 0.50
isQualifiedMethod · 0.50
indexedLastMethod · 0.50
midMethod · 0.50
countMethod · 0.50

Calls 1

countMethod · 0.45

Tested by

no test coverage detected