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

Method isPadding

Source/Structs/FieldDef.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool FieldDef::isPadding() const
93{
94 return m_entry == nullptr;
95}
96
97void FieldDef::convertToPadding()
98{

Callers 13

FieldDefMethod · 0.80
dataMethod · 0.80
setDataMethod · 0.80
flagsMethod · 0.80
removePaddingFieldsMethod · 0.80
willRemoveFieldsMethod · 0.80
updateStructTypeLabelMethod · 0.80
getFieldDetailsMethod · 0.80
clearFieldsMethod · 0.80
setupStructReferencesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected