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

Method get_first

include/proxy/hdrs/HdrUtils.h:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129inline const char *
130HdrCsvIter::get_first(const MIMEField *m, int *len, bool follow_dups)
131{
132 auto tv = this->get_first(m, follow_dups);
133 *len = static_cast<int>(tv.size());
134 return tv.data();
135}
136
137inline swoc::TextView
138HdrCsvIter::get_first(const MIMEField *m, bool follow_dups)

Callers 10

get_first_intMethod · 0.95
merge_warning_headerMethod · 0.80
value_get_indexMethod · 0.80
test_HdrUtils.ccFile · 0.80

Calls 3

find_csvMethod · 0.95
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected