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

Method IsGlobalsContainer

IDEHelper/DbgModule.cpp:1489–1492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1487}
1488
1489bool DbgType::IsGlobalsContainer()
1490{
1491 return (mTypeName != NULL) && (mTypeName[0] == 'G') && (mTypeName[1] == '$');
1492}
1493
1494DbgType* DbgType::GetUnderlyingType()
1495{

Callers 3

CheckTypeMethod · 0.45
DoLookupFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected