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

Method setStructDef

Source/Structs/StructTreeNode.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void StructTreeNode::setStructDef(StructDef* structDef)
125{
126 delete m_structDef;
127 m_structDef = structDef;
128}
129
130void StructTreeNode::appendChild(StructTreeNode* node)
131{

Callers 2

replaceDefMethod · 0.80
onSaveStructMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected