MCPcopy Create free account
hub / github.com/catchorg/Catch2 / create_empty_file

Function create_empty_file

tools/misc/coverage-helper.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46void create_empty_file(std::string const& path) {
47 std::ofstream ofs(path);
48 ofs << '\n';
49}
50
51const std::string separator = "--sep--";
52const std::string logfile_prefix = "--log-file=";

Callers 1

parse_log_file_argFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected