Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ failed
Method
failed
include/tscore/Result.h:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
Result(Result &&other) { *this = std::move(other); }
49
50
bool
51
failed() const
52
{
53
return !buf.empty();
54
}
55
56
const char *
57
message() const
Callers
4
ink_cache_init
Function · 0.80
NewEntry
Method · 0.80
BuildTableFromString
Method · 0.80
cmd_list
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected