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

Method readBaseConfig

lib/config/config.cc:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void Config::readBaseConfig(std::string data)
326{
327 if (!google::protobuf::TextFormat::MergeFromString(data, base()))
328 error("couldn't load external config proto");
329}
330
331Config::OptionInfo Config::findOption(
332 const std::string& name, const std::string value)

Callers 7

test_physical_sectorsFunction · 0.80
test_logical_sectorsFunction · 0.80
test_both_sectorsFunction · 0.80
test_skewFunction · 0.80
test_boundsFunction · 0.80
test_sectoroffsetsFunction · 0.80
test_option_validityFunction · 0.80

Calls 1

errorFunction · 0.85

Tested by 7

test_physical_sectorsFunction · 0.64
test_logical_sectorsFunction · 0.64
test_both_sectorsFunction · 0.64
test_skewFunction · 0.64
test_boundsFunction · 0.64
test_sectoroffsetsFunction · 0.64
test_option_validityFunction · 0.64