| 302 | |
| 303 | |
| 304 | void JSONConfiguration::setString(const std::string& key, const std::string& value) |
| 305 | { |
| 306 | setValue(key, value); |
| 307 | } |
| 308 | |
| 309 | |
| 310 | void JSONConfiguration::setRaw(const std::string& key, const std::string& value) |
no test coverage detected