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

Function print_lines

tools/creduce.py:15–17  ·  view source on GitHub ↗
(lines)

Source from the content-addressed store, hash-verified

13 shutil.rmtree(d, ignore_errors=True)
14
15def print_lines(lines):
16 for line in lines:
17 print(line)
18
19def write_to(file, lines):
20 content = list((line + "\n" for line in lines))

Callers 1

showMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected