Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isCharLiteral
Function
isCharLiteral
lib/utils.h:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
inline static bool isCharLiteral(const std::string &str)
172
{
173
return isStringCharLiteral(str,
'\'
');
174
}
175
176
inline static std::string getStringCharLiteral(const std::string &str, char q)
177
{
Callers
7
toBigUNumber
Method · 0.70
toBigNumber
Method · 0.70
toDoubleNumber
Method · 0.70
update_property_info
Method · 0.70
incorrectStringBooleanError
Method · 0.70
getCharLiteral
Function · 0.70
isCharLiteral
Method · 0.50
Calls
1
isStringCharLiteral
Function · 0.85
Tested by
1
isCharLiteral
Method · 0.40