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

Method name_get

include/proxy/http2/HPACK.h:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 const char *
87 name_get(int *length) const
88 {
89 auto name{_field->name_get()};
90 *length = static_cast<int>(name.length());
91 return name.data();
92 }
93
94 const char *
95 value_get(int *length) const

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected