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

Method Output

src/DeltaMonitor.cpp:182–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void
183DeltaMonitor::Output(ostream &out)
184{
185 if (!DeltaMonitor::is_running_)
186 return;
187
188 if (is_delta_)
189 DeltaMonitor::OutputStatistics(out);
190
191 assert(!output_file_.empty());
192 std::string s;
193
194 get_sequence(s);
195 ofstream ofile(output_file_.c_str());
196 ofile << s;
197}
198
199const std::string &
200DeltaMonitor::get_input()

Callers

nothing calls this directly

Calls 1

get_sequenceFunction · 0.85

Tested by

no test coverage detected