Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void FieldDef::setEntry(MemWatchEntry* entry)
62
{
63
if (m_entry != nullptr)
64
delete (m_entry);
65
if (entry != nullptr)
66
m_entry = entry;
67
}
68
69
u32 FieldDef::getFieldSize() const
70
{
Callers
2
editEntry
Method · 0.45
updateFieldEntry
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected