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

Method value_get_comma_list

include/proxy/hdrs/MIME.h:1000–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998}
999
1000inline int
1001MIMEField::value_get_comma_list(StrList *list) const
1002{
1003 return mime_field_value_get_comma_list(this, list);
1004}
1005
1006/*-------------------------------------------------------------------------
1007 -------------------------------------------------------------------------*/

Calls 1

Tested by

no test coverage detected