Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1413
bool DbgType::IsNamespace()
1414
{
1415
return mTypeCode == DbgType_Namespace;
1416
}
1417
1418
bool DbgType::IsEnum()
1419
{
Callers
5
DoLookupField
Method · 0.80
AutocompleteAddMembers
Method · 0.80
LookupQualifiedStaticField
Method · 0.80
ShouldShowStaticMember
Method · 0.80
ParseDWARF
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected