Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1489
bool DbgType::IsGlobalsContainer()
1490
{
1491
return (mTypeName != NULL) && (mTypeName[0] ==
'G'
) && (mTypeName[1] ==
'$'
);
1492
}
1493
1494
DbgType* DbgType::GetUnderlyingType()
1495
{
Callers
3
CheckType
Method · 0.45
DoLookupField
Method · 0.45
AutocompleteAddMembers
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected