Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
void StructTreeNode::setStructDef(StructDef* structDef)
125
{
126
delete m_structDef;
127
m_structDef = structDef;
128
}
129
130
void StructTreeNode::appendChild(StructTreeNode* node)
131
{
Callers
2
replaceDef
Method · 0.80
onSaveStruct
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected