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

Method add_result

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

Puts a result at the end

Source from the content-addressed store, hash-verified

4211
4212 /// Puts a result at the end
4213 Option *add_result(std::string s) {
4214 _add_result(std::move(s), results_);
4215 current_option_state_ = option_state::parsing;
4216 return this;
4217 }
4218
4219 /// Puts a result at the end and get a count of the number of arguments actually added
4220 Option *add_result(std::string s, int &results_added) {

Callers 5

_process_config_fileMethod · 0.80
_process_envMethod · 0.80
_parse_single_configMethod · 0.80
_parse_positionalMethod · 0.80
_parse_argMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected