| 81 | } |
| 82 | |
| 83 | std::string |
| 84 | DefaultProgramGenerator::get_count_prefix(const std::string &) |
| 85 | { |
| 86 | assert(0); |
| 87 | return ""; |
| 88 | } |
| 89 | |
| 90 | void |
| 91 | DefaultProgramGenerator::goGenerator() |
nothing calls this directly
no outgoing calls
no test coverage detected