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

Method getRow

Source/MemoryWatch/MemWatchTreeNode.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90int MemWatchTreeNode::getRow() const
91{
92 if (m_parent != nullptr)
93 return static_cast<int>(m_parent->m_children.indexOf(const_cast<MemWatchTreeNode*>(this)));
94
95 return 0;
96}
97
98void MemWatchTreeNode::appendChild(MemWatchTreeNode* node)
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected