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

Method appendChild

Source/Structs/StructTreeNode.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void StructTreeNode::appendChild(StructTreeNode* node)
131{
132 m_children.append(node);
133 node->m_parent = this;
134}
135
136void StructTreeNode::insertChild(const int row, StructTreeNode* node)
137{

Callers 3

groupSelectionMethod · 0.45
parseCheatEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected