Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1150
bool DbgType::IsChar()
1151
{
1152
return (mTypeCode >= DbgType_SChar) && (mTypeCode <= DbgType_UChar32);
1153
}
1154
1155
bool DbgType::IsChar(DbgLanguage language)
1156
{
Callers
2
Cast
Method · 0.45
DbgTypedValueToString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected