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

Method getRow

Source/Structs/StructTreeNode.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77int StructTreeNode::getRow() const
78{
79 if (m_parent != nullptr)
80 return static_cast<int>(m_parent->m_children.indexOf(const_cast<StructTreeNode*>(this)));
81
82 return 0;
83}
84
85bool StructTreeNode::hasChildren() const
86{

Callers 8

deleteNodeMethod · 0.45
parentMethod · 0.45
dropMimeDataMethod · 0.45
parentMethod · 0.45
dropMimeDataMethod · 0.45
deleteNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected