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

Method insertChild

Source/MemoryWatch/MemWatchTreeNode.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void MemWatchTreeNode::insertChild(const int row, MemWatchTreeNode* node)
105{
106 m_children.insert(row, node);
107 node->m_parent = this;
108}
109
110void MemWatchTreeNode::removeChild(const int row)
111{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected