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

Function make_executable

tools/creduce.py:25–26  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

23 f.writelines(content)
24
25def make_executable(p):
26 os.chmod(p, 509)
27
28def quote(s):
29 text = s.replace("'", "'\"'\"'")

Callers 1

writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected