Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Execute
Method · 0.45
_get
Method · 0.45
Calls
2
c_str
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected