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

Method IsSizedArray

IDEHelper/DbgModule.cpp:1479–1482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1477}
1478
1479bool DbgType::IsSizedArray()
1480{
1481 return (mTypeCode == DbgType_SizedArray);
1482}
1483
1484bool DbgType::IsAnonymous()
1485{

Callers 5

CastMethod · 0.45
DoLookupFieldMethod · 0.45
GetPointerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected