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

Method get_expected

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

The number of times the option expects to be included

Source from the content-addressed store, hash-verified

3991
3992 /// The number of times the option expects to be included
3993 int get_expected() const { return expected_min_; }
3994
3995 /// The number of times the option expects to be included
3996 int get_expected_min() const { return expected_min_; }

Callers 2

make_option_optsMethod · 0.80
make_option_usageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected