| 34 | { |
| 35 | public: |
| 36 | Server(std::string name, int min_driver_version) : _name(name), _min_driver_version(min_driver_version) {} |
| 37 | ~Server() {delete_all_values(_drivers);} |
| 38 | |
| 39 | std::string name() {return _name;} |
nothing calls this directly
no outgoing calls
no test coverage detected