Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isStringLiteral
Function
isStringLiteral
lib/utils.h:166–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
inline static bool isStringLiteral(const std::string &str)
167
{
168
return isStringCharLiteral(str,
'"'
);
169
}
170
171
inline static bool isCharLiteral(const std::string &str)
172
{
Callers
5
update_property_info
Method · 0.70
concatStr
Method · 0.70
combineStringAndCharLiterals
Method · 0.70
getStringLiteral
Function · 0.70
isStringLiteral
Method · 0.50
Calls
1
isStringCharLiteral
Function · 0.85
Tested by
1
isStringLiteral
Method · 0.40