Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ isValidStruct
Method
isValidStruct
Source/Structs/StructDef.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool StructDef::isValidStruct()
118
{
119
return isValidFieldLayout(m_length, m_fields);
120
}
121
122
void StructDef::setLength(u32 length)
123
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected