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

Method is_success

src/iocore/net/OCSPStapling.cc:379–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 }
378
379 bool
380 is_success()
381 {
382 SCOPED_MUTEX_LOCK(lock, mutex, this_ethread());
383 return this->_result == 1;
384 }
385
386 unsigned char *
387 get_response_body(int *len)

Callers 1

query_responderFunction · 0.80

Calls 1

this_ethreadFunction · 0.85

Tested by

no test coverage detected