Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
def
make_executable(p):
26
os.chmod(p, 509)
27
28
def
quote(s):
29
text = s.replace(
"'"
,
"'\"
'\"'
")
Callers
1
write
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected