Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isStringLiteral
Function
isStringLiteral
addons/misc.py:44–45 ·
view source on GitHub ↗
(tokenString)
Source
from the content-addressed store, hash-verified
42
return
arguments
43
44
def
isStringLiteral(tokenString):
45
return
tokenString.startswith(
'"'
)
46
47
# check data
48
def
stringConcatInArrayInit(data):
Callers
1
stringConcatInArrayInit
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected