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

Method get_expected_max

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

The max number of times the option expects to be included

Source from the content-addressed store, hash-verified

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
4000 /// The total min number of expected string values to be used
4001 int get_items_expected_min() const { return type_size_min_ * expected_min_; }

Callers 3

retire_optionFunction · 0.80
make_option_optsMethod · 0.80
make_option_usageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected