MCPcopy Create free account
hub / github.com/apache/trafficserver / append_arg

Method append_arg

src/tscore/ArgParser.cc:588–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588void
589Arguments::append_arg(std::string const &key, std::string const &value)
590{
591 _data_map[key]._values.push_back(value);
592}
593
594void
595Arguments::set_env(std::string const &key, std::string const &value)

Callers 2

handle_argsFunction · 0.80
append_option_dataMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected