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

Method IsChar

IDEHelper/DbgModule.cpp:1150–1153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1148}
1149
1150bool DbgType::IsChar()
1151{
1152 return (mTypeCode >= DbgType_SChar) && (mTypeCode <= DbgType_UChar32);
1153}
1154
1155bool DbgType::IsChar(DbgLanguage language)
1156{

Callers 2

CastMethod · 0.45
DbgTypedValueToStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected