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

Method IsStruct

IDEHelper/DbgModule.cpp:1083–1086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081}
1082
1083bool DbgType::IsStruct()
1084{
1085 return mTypeCode == DbgType_Struct;
1086}
1087
1088bool DbgType::IsPrimitiveType()
1089{

Callers 8

CastMethod · 0.45
VisitMethod · 0.45
LookupSplatMemberMethod · 0.45
DoInvocationMethod · 0.45
WinDebugger.cppFile · 0.45
HotReplaceMethodsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected