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

Method get_description

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

Get the app or subcommand description

Source from the content-addressed store, hash-verified

6005
6006 /// Get the app or subcommand description
6007 std::string get_description() const { return description_; }
6008
6009 /// Set the description of the app
6010 App *description(std::string app_description) {

Callers 7

get_type_nameMethod · 0.45
AppMethod · 0.45
deprecate_optionFunction · 0.45
to_configMethod · 0.45
make_descriptionMethod · 0.45
make_subcommandMethod · 0.45
make_option_descMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected