Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
int StructTreeNode::childrenCount() const
91
{
92
return static_cast<int>(m_children.count());
93
}
94
95
const QVector<StructTreeNode*>& StructTreeNode::getChildren() const
96
{
Callers
5
addNodes
Method · 0.45
deleteNode
Method · 0.45
setupArrayNode
Method · 0.45
addNodes
Method · 0.45
deleteNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected