| 172 | } |
| 173 | |
| 174 | void |
| 175 | OutputMgr::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 | |
| 183 | void |
| 184 | OutputMgr::OutputStepHashFuncDef(std::ostream &out) |
nothing calls this directly
no outgoing calls
no test coverage detected