MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / get_expected_min

Method get_expected_min

simcore/framework/src/cli/cli.hpp:3996–3996  ·  view source on GitHub ↗

The number of times the option expects to be included

Source from the content-addressed store, hash-verified

3994
3995 /// The number of times the option expects to be included
3996 int get_expected_min() const { return expected_min_; }
3997 /// The max number of times the option expects to be included
3998 int get_expected_max() const { return expected_max_; }
3999

Callers 4

_parse_single_configMethod · 0.80
retire_optionFunction · 0.80
to_configMethod · 0.80
make_option_optsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected