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

Method fields_count

include/proxy/hdrs/MIME.h:1284–1288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282 -------------------------------------------------------------------------*/
1283
1284inline int
1285MIMEHdr::fields_count() const
1286{
1287 return mime_hdr_fields_count(m_mime);
1288}
1289
1290/*-------------------------------------------------------------------------
1291 -------------------------------------------------------------------------*/

Callers 4

compare_header_fieldsFunction · 0.80
is_h2_h3_header_validMethod · 0.80
test_Hdrs.ccFile · 0.80

Calls 1

mime_hdr_fields_countFunction · 0.85

Tested by 1

compare_header_fieldsFunction · 0.64