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

Method supports_commas

include/proxy/hdrs/MIME.h:135–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 bool
136 supports_commas() const
137 {
138 if (m_wks_idx >= 0) {
139 return (hdrtoken_index_to_flags(m_wks_idx) & HTIF_COMMAS);
140 }
141 return true; // by default, assume supports commas
142 }
143
144 /// @return The name of @a this field.
145 std::string_view name_get() const;

Calls 1

hdrtoken_index_to_flagsFunction · 0.85

Tested by

no test coverage detected