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

Method value_get_int

include/proxy/hdrs/MIME.h:976–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974 -------------------------------------------------------------------------*/
975
976inline int32_t
977MIMEField::value_get_int() const
978{
979 return mime_field_value_get_int(this);
980}
981
982inline uint32_t
983MIMEField::value_get_uint() const

Calls 1

mime_field_value_get_intFunction · 0.85

Tested by

no test coverage detected