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

Method appendChild

Source/MemoryWatch/MemWatchTreeNode.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void MemWatchTreeNode::appendChild(MemWatchTreeNode* node)
99{
100 m_children.append(node);
101 node->m_parent = this;
102}
103
104void MemWatchTreeNode::insertChild(const int row, MemWatchTreeNode* node)
105{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected