| 185 | } |
| 186 | |
| 187 | void |
| 188 | DefaultOutputMgr::RandomOutputDefs() |
| 189 | { |
| 190 | RandomOutputVarDefs(); |
| 191 | RandomOutputFuncDefs(); |
| 192 | } |
| 193 | |
| 194 | void |
| 195 | DefaultOutputMgr::OutputHeader(int argc, char *argv[], unsigned long seed) |
nothing calls this directly
no outgoing calls
no test coverage detected