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

Method write

tools/creduce.py:56–58  ·  view source on GitHub ↗
(self, p)

Source from the content-addressed store, hash-verified

54 self.commands.extend(cmds)
55
56 def write(self, p):
57 write_to(p, self.commands)
58 make_executable(p)
59
60 def show(self):
61 print_lines(self.commands)

Callers 15

compare_ast_symdbFunction · 0.45
test-my-pr.pyFile · 0.45
creduce.pyFile · 0.45
__writefileMethod · 0.45
serverFunction · 0.45
convertFileMethod · 0.45
triage_version.pyFile · 0.45
_test_library_includesFunction · 0.45
__test_project_errorFunction · 0.45

Calls 2

write_toFunction · 0.85
make_executableFunction · 0.85

Tested by 15

_test_library_includesFunction · 0.36
__test_project_errorFunction · 0.36
__copy_cppcheck_premiumFunction · 0.36
test_misra_pyFunction · 0.36
test_cweFunction · 0.36
test_hashFunction · 0.36
test_empty_catch_blockFunction · 0.36
test_show_all_definesFunction · 0.36