Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ convertToPadding
Method
convertToPadding
Source/Structs/FieldDef.cpp:97–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void FieldDef::convertToPadding()
98
{
99
if (m_entry != nullptr)
100
delete m_entry;
101
m_entry = nullptr;
102
m_size = 1;
103
}
104
105
bool FieldDef::isSame(FieldDef* const other) const
106
{
Callers
1
clearFields
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected