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

Method IsPrimitiveType

IDEHelper/DbgModule.cpp:1088–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086}
1087
1088bool DbgType::IsPrimitiveType()
1089{
1090 return (mTypeCode >= DbgType_i8) && (mTypeCode <= DbgType_Bool);
1091}
1092
1093bool DbgType::IsNull()
1094{

Callers 8

TypeIsSubTypeOfMethod · 0.45
CanCastMethod · 0.45
CastMethod · 0.45
LookupFieldMethod · 0.45
MatchMethodMethod · 0.45
DoInvocationMethod · 0.45
DbgTypedValueToStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected