MCPcopy 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
1134bool DbgType::IsBoolean()
1135{
1136 return mTypeCode == DbgType_Bool;
1137}
1138
1139bool DbgType::IsInteger()
1140{

Callers 3

EvalConditionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected