Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isNameChar
Function
isNameChar
externals/simplecpp/simplecpp.cpp:603–606 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
601
}
602
603
static bool isNameChar(int ch)
604
{
605
return std::isalnum(ch) || ch ==
'_'
|| ch ==
'$'
;
606
}
607
608
static std::string escapeString(const std::string &str)
609
{
Callers
2
readfile
Method · 0.85
preprocess
Method · 0.85
Calls
1
isalnum
Function · 0.85
Tested by
no test coverage detected