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

Class Name

include/cripts/Headers.hpp:245–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }; // Class cripts::Header::String
244
245 class Name : public cripts::StringViewMixin<Name>
246 {
247 using super_type = cripts::StringViewMixin<Name>;
248 using self_type = Name;
249
250 public:
251 operator cripts::string_view() const { return GetSV(); }
252
253 self_type &
254 operator=(const cripts::string_view str) override
255 {
256 _setSV(str);
257
258 return *this;
259 }
260
261 using super_type::StringViewMixin;
262
263 }; // Class cripts::Header::Name
264
265public:
266 class Iterator

Callers 1

ValidateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected