MCPcopy Create free account
hub / github.com/csmith-project/csmith / init

Method init

src/DefaultOutputMgr.cpp:94–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void
95DefaultOutputMgr::init()
96{
97 int max_files = CGOptions::max_split_files();
98
99 if (max_files == 0)
100 return;
101
102 for (int i = 0; i < max_files; ++i) {
103 ofstream *out = open_one_output_file(i);
104 outs.push_back(out);
105 }
106}
107
108bool
109DefaultOutputMgr::create_output_dir(std::string dir)

Callers 1

CreateInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected