Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ getStructDef
Method
getStructDef
Source/Structs/StructTreeNode.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
StructDef* StructTreeNode::getStructDef() const
120
{
121
return m_structDef;
122
}
123
124
void StructTreeNode::setStructDef(StructDef* structDef)
125
{
Callers
15
StructTreeNode
Method · 0.80
getSizeOfStruct
Method · 0.80
updateFieldOffsets
Method · 0.80
loadStruct
Method · 0.80
saveStruct
Method · 0.80
updateFieldsWithNewLength
Method · 0.80
getStructMap
Method · 0.80
onDetailNameChanged
Method · 0.80
onDetailLengthChanged
Method · 0.80
onDeleteFields
Method · 0.80
onSaveStruct
Method · 0.80
setupStructReferences
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected