| 190 | } |
| 191 | |
| 192 | static void doLoadConfig(const std::string& filename) |
| 193 | { |
| 194 | globalConfig().readBaseConfigFile(filename); |
| 195 | } |
| 196 | |
| 197 | void FlagGroup::parseFlagsWithConfigFiles(int argc, |
| 198 | const char* argv[], |
nothing calls this directly
no test coverage detected