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

Method abort

plugins/experimental/inliner/ts.cc:277–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 void
278 WriteOperation::abort()
279 {
280 assert(mutex_ != nullptr);
281 const Lock lock(mutex_);
282 vio_ = nullptr;
283 }
284
285 IOSink::~IOSink()
286 {

Callers 1

inliner_transformFunction · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected