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

Method IsEnum

IDEHelper/DbgModule.cpp:1418–1421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1416}
1417
1418bool DbgType::IsEnum()
1419{
1420 return (mTypeCode == DbgType_Enum);
1421}
1422
1423bool DbgType::IsRoot()
1424{

Callers 5

CastMethod · 0.45
DoLookupFieldMethod · 0.45
DoInvocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected