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

Method append

src/tscore/ArgParser.cc:581–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581void
582Arguments::append(std::string const &key, ArgumentData const &value)
583{
584 // perform overwrite for now
585 _data_map[key] = value;
586}
587
588void
589Arguments::append_arg(std::string const &key, std::string const &value)

Callers 2

handle_argsFunction · 0.45
append_slashFunction · 0.45

Calls

no outgoing calls

Tested by 1

append_slashFunction · 0.36