| 12 | const std::string aff3ct::factory::Source_prefix = "src"; |
| 13 | |
| 14 | Source ::Source(const std::string& prefix) |
| 15 | : Factory(Source_name, Source_name, prefix) |
| 16 | { |
| 17 | } |
| 18 | |
| 19 | Source* |
| 20 | Source ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected