MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / quote

Function quote

tools/creduce.py:28–30  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

26 os.chmod(p, 509)
27
28def quote(s):
29 text = s.replace("'", "'\"'\"'")
30 return "'{}'".format(text)
31
32class ScriptBuilder:
33 def __init__(self):

Callers 1

grepMethod · 0.85

Calls 2

formatMethod · 0.80
replaceMethod · 0.45

Tested by

no test coverage detected