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

Method output_hash

src/Statement.cpp:974–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972}
973
974void
975Statement::output_hash(std::ostream &out, int indent) const
976{
977 // compute checksum and print out the value
978 if (CGOptions::step_hash_by_stmt()) {
979 OutputMgr::OutputStepHashFuncInvocation(out, indent, stm_id);
980 }
981}
982
983///////////////////////////////////////////////////////////////////////////////
984

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected