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

Method value_get

include/proxy/http2/HPACK.h:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 const char *
95 value_get(int *length) const
96 {
97 auto value{_field->value_get()};
98 *length = static_cast<int>(value.length());
99 return value.data();
100 }
101
102 const MIMEField *
103 field_get() const

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected