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

Method IsNamespace

IDEHelper/DbgModule.cpp:1413–1416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1411}
1412
1413bool DbgType::IsNamespace()
1414{
1415 return mTypeCode == DbgType_Namespace;
1416}
1417
1418bool DbgType::IsEnum()
1419{

Callers 5

DoLookupFieldMethod · 0.80
ParseDWARFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected