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

Method append

src/tscpp/api/Headers.cc:303–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303bool
304HeaderField::append(const std::string &value)
305{
306 return append(value.c_str(), value.length());
307}
308
309bool
310HeaderField::append(const char *value, int length)

Callers 3

valuesMethod · 0.45
produceMethod · 0.45

Calls 8

TSMimeHdrFieldCreateFunction · 0.85
TSMimeHdrFieldNameSetFunction · 0.85
TSMimeHdrFieldAppendFunction · 0.85
appendFunction · 0.50
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected