Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1088
bool DbgType::IsPrimitiveType()
1089
{
1090
return (mTypeCode >= DbgType_i8) && (mTypeCode <= DbgType_Bool);
1091
}
1092
1093
bool DbgType::IsNull()
1094
{
Callers
8
TypeIsSubTypeOf
Method · 0.45
CanCast
Method · 0.45
Cast
Method · 0.45
LookupField
Method · 0.45
PerformBinaryOperation
Method · 0.45
MatchMethod
Method · 0.45
DoInvocation
Method · 0.45
DbgTypedValueToString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected