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

Method ~FieldDef

Source/Structs/FieldDef.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40FieldDef::~FieldDef()
41{
42 delete m_entry;
43 m_entry = nullptr;
44}
45
46u32 FieldDef::getOffset() const
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected