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

Method get_required

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

Get the status of required

Source from the content-addressed store, hash-verified

6148
6149 /// Get the status of required
6150 bool get_required() const { return required_; }
6151
6152 /// Get the status of disabled
6153 bool get_disabled() const { return disabled_; }

Callers 7

_validateMethod · 0.45
_process_config_fileMethod · 0.45
_process_requirementsMethod · 0.45
make_descriptionMethod · 0.45
make_option_optsMethod · 0.45
make_option_usageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected