| 89 | } |
| 90 | |
| 91 | void ConfigurationManager::Clear() { this->available_configurations.clear(); } |
| 92 | |
| 93 | bool ConfigurationManager::Empty() const { return this->available_configurations.empty(); } |
| 94 |
nothing calls this directly
no outgoing calls
no test coverage detected