MCPcopy Create free account
hub / github.com/beefytech/Beef / GetRootBaseType

Method GetRootBaseType

IDEHelper/DbgModule.cpp:1576–1582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1574}
1575
1576DbgType* DbgType::GetRootBaseType()
1577{
1578 auto baseType = GetBaseType();
1579 if (baseType != NULL)
1580 return baseType->GetRootBaseType();
1581 return this;
1582}
1583
1584DbgType* DbgType::RemoveModifiers(bool* hadRef)
1585{

Callers 2

DbgTypedValueToStringMethod · 0.80
WinDebugger.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected