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

Method readBaseConfigFile

lib/config/config.cc:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void Config::readBaseConfigFile(std::string filename)
321{
322 base()->MergeFrom(loadSingleConfigFile(filename));
323}
324
325void Config::readBaseConfig(std::string data)
326{

Callers 4

doLoadConfigFunction · 0.80
wtRebuildConfigurationFunction · 0.80
PrepareConfigMethod · 0.80

Calls 1

loadSingleConfigFileFunction · 0.85

Tested by

no test coverage detected