Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
def
quote(s):
29
text = s.replace(
"'"
,
"'\"
'\"'
")
30
return
"'{}'"
.format(text)
31
32
class
ScriptBuilder:
33
def
__init__(self):
Callers
1
grep
Method · 0.85
Calls
2
format
Method · 0.80
replace
Method · 0.45
Tested by
no test coverage detected