| 972 | } |
| 973 | |
| 974 | void |
| 975 | Statement::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 |
nothing calls this directly
no outgoing calls
no test coverage detected