| 164 | } |
| 165 | |
| 166 | bool ConfigFile::keyExists(const std::string &key) const |
| 167 | { |
| 168 | return contents.find(key) != contents.end(); |
| 169 | } |
| 170 | |
| 171 | void ConfigFile::exitWithError(const std::string &error) |
| 172 | { |
nothing calls this directly
no outgoing calls
no test coverage detected