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

Method OutputStepHashFuncInvocation

src/OutputMgr.cpp:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void
175OutputMgr::OutputStepHashFuncInvocation(std::ostream &out, int indent, int stmt_id)
176{
177 if (is_monitored_func()) {
178 OutputMgr::output_tab_(out, indent);
179 out << OutputMgr::step_hash_func_name << "(" << stmt_id << ");" << std::endl;
180 }
181}
182
183void
184OutputMgr::OutputStepHashFuncDef(std::ostream &out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected