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

Method setEntry

Source/Structs/FieldDef.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void FieldDef::setEntry(MemWatchEntry* entry)
62{
63 if (m_entry != nullptr)
64 delete (m_entry);
65 if (entry != nullptr)
66 m_entry = entry;
67}
68
69u32 FieldDef::getFieldSize() const
70{

Callers 2

editEntryMethod · 0.45
updateFieldEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected