| 221 | |
| 222 | |
| 223 | const int File::GetIntValue(const std::string &key) |
| 224 | { |
| 225 | return std::stoi(File::GetValue(key)); |
| 226 | } |
| 227 | |
| 228 | |
| 229 | const bool File::GetBoolValue(const std::string &key) |
nothing calls this directly
no outgoing calls
no test coverage detected