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

Method _getter

include/cripts/Error.hpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 friend class Error;
47
48 [[nodiscard]] cripts::string_view
49 _getter() const
50 {
51 return {_reason.c_str(), _reason.size()};
52 }
53
54 void
55 _setter(const cripts::string_view msg)

Callers 2

ExecuteMethod · 0.45
_getMethod · 0.45

Calls 2

c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected