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

Function getValidValues

lib/config/config.cc:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214static std::string getValidValues(const OptionGroupProto& group)
215{
216 return fmt::format("{}",
217 fmt::join(
218 std::views::transform(group.option(), &OptionProto::name), ", "));
219}
220
221std::vector<std::string> Config::validate()
222{

Callers 1

validateMethod · 0.85

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected