Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1139
bool DbgType::IsInteger()
1140
{
1141
return (mTypeCode >= DbgType_i8) && (mTypeCode <= DbgType_u64);
1142
}
1143
1144
bool DbgType::IsIntegral()
1145
{
Callers
14
CompareMethods
Method · 0.45
CanCast
Method · 0.45
Cast
Method · 0.45
Visit
Method · 0.45
PerformBinaryOperation
Method · 0.45
PerformUnaryExpression
Method · 0.45
MatchMethod
Method · 0.45
ParseFormatInfo
Method · 0.45
GetDictionaryItems
Method · 0.45
DbgTypedValueToString
Method · 0.45
HandleCustomExpandedItems
Method · 0.45
EvaluateContinue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected