| 217 | } |
| 218 | |
| 219 | void |
| 220 | OutputMgr::OutputStepHashFuncDecl(std::ostream &out) |
| 221 | { |
| 222 | out << "void " << OutputMgr::step_hash_func_name << "(int stmt_id);"; |
| 223 | out << std::endl << std::endl; |
| 224 | } |
| 225 | |
| 226 | void |
| 227 | OutputMgr::OutputHashFuncDef(std::ostream &out) |
nothing calls this directly
no outgoing calls
no test coverage detected