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

Method IsInteger

IDEHelper/DbgModule.cpp:1139–1142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1137}
1138
1139bool DbgType::IsInteger()
1140{
1141 return (mTypeCode >= DbgType_i8) && (mTypeCode <= DbgType_u64);
1142}
1143
1144bool DbgType::IsIntegral()
1145{

Callers 14

CompareMethodsMethod · 0.45
CanCastMethod · 0.45
CastMethod · 0.45
VisitMethod · 0.45
MatchMethodMethod · 0.45
ParseFormatInfoMethod · 0.45
GetDictionaryItemsMethod · 0.45
DbgTypedValueToStringMethod · 0.45
EvaluateContinueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected