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

Method setParent

Source/Structs/StructTreeNode.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void StructTreeNode::setParent(StructTreeNode* parent)
73{
74 m_parent = parent;
75}
76
77int StructTreeNode::getRow() const
78{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected