MCPcopy 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
44def isStringLiteral(tokenString):
45 return tokenString.startswith('"')
46
47# check data
48def stringConcatInArrayInit(data):

Callers 1

stringConcatInArrayInitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected