MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / childrenCount

Method childrenCount

Source/Structs/StructTreeNode.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90int StructTreeNode::childrenCount() const
91{
92 return static_cast<int>(m_children.count());
93}
94
95const QVector<StructTreeNode*>& StructTreeNode::getChildren() const
96{

Callers 5

addNodesMethod · 0.45
deleteNodeMethod · 0.45
setupArrayNodeMethod · 0.45
addNodesMethod · 0.45
deleteNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected