MCPcopy 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_initFunction · 0.80
NewEntryMethod · 0.80
BuildTableFromStringMethod · 0.80
cmd_listFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected