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

Method clear

lib/config/config.cc:205–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void Config::clear()
206{
207 _configValid = false;
208 _baseConfig.Clear();
209 _overridesConfig.Clear();
210 _combinedConfig.Clear();
211 _appliedOptions.clear();
212}
213
214static std::string getValidValues(const OptionGroupProto& group)
215{

Callers 2

clearOptionsMethod · 0.45

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected