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

Method Data

include/cripts/Headers.hpp:102–107  ·  view source on GitHub ↗

ToDo: This is a bit weird, but seems needed (for now) to allow for the cripts::Header::Method::* constants.

Source from the content-addressed store, hash-verified

100 // ToDo: This is a bit weird, but seems needed (for now) to allow for the
101 // cripts::Header::Method::* constants.
102 [[nodiscard]] cripts::string_view::const_pointer
103 Data() const
104 {
105 CAssert(_method.size() > 0);
106 return _method.data();
107 }
108
109 cripts::string_view::const_pointer
110 Data()

Callers 2

operator==Method · 0.45
operator!=Method · 0.45

Calls 2

sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected