Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isalnum
Function
isalnum
addons/misra.py:1190–1191 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
1188
1189
1190
def
isalnum(c):
1191
return
c in string.digits or c in string.ascii_letters
1192
1193
1194
def
isHexEscapeSequence(symbols):
Callers
12
isAcceptedErrorIdChar
Function · 0.85
parseFamilyRules
Method · 0.85
replaceStr
Function · 0.85
isOperatorFunction
Function · 0.85
splitString
Function · 0.85
uninitvar_isalnum
Function · 0.85
uninitvar_isalnum
Function · 0.85
invalidFunctionArgBool_isalnum
Function · 0.85
invalidFunctionArg
Function · 0.85
isNameChar
Function · 0.85
misra_20_7
Method · 0.85
_is_other_op
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected