Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsBoolean
Method
IsBoolean
IDEHelper/DbgModule.cpp:1134–1137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1132
}
1133
1134
bool DbgType::IsBoolean()
1135
{
1136
return mTypeCode == DbgType_Bool;
1137
}
1138
1139
bool DbgType::IsInteger()
1140
{
Callers
3
PerformBinaryOperation
Method · 0.45
CheckConditionalBreakpoint
Method · 0.45
EvalCondition
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected