MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / doLoadConfig

Function doLoadConfig

lib/config/flags.cc:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

readBaseConfigFileMethod · 0.80

Tested by

no test coverage detected