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

Method clearOptions

lib/config/config.cc:500–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500void Config::clearOptions()
501{
502 _appliedOptions.clear();
503 invalidate();
504}
505
506static void setFluxSourceImpl(
507 const std::string& filename, FluxSourceProto* proto)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected