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

Method LookupStatus

include/cripts/Transaction.hpp:82–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 [[nodiscard]] int
83 LookupStatus() const
84 {
85 int status = 0;
86
87 if (TSHttpTxnCacheLookupStatusGet(txnp, &status) != TS_SUCCESS) {
88 return -1;
89 }
90
91 return status;
92 }
93
94}; // class Transaction
95

Callers 1

doCacheLookupMethod · 0.80

Calls 1

Tested by

no test coverage detected