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

Method clear

include/iocore/net/ConnectionTracker.h:401–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401inline void
402ConnectionTracker::TxnState::clear()
403{
404 if (_g) {
405 this->release();
406 _g = nullptr;
407 }
408}
409
410inline void
411ConnectionTracker::TxnState::update_max_count(int count)

Callers 2

ProxyProtocolMethod · 0.45
ProxyProtocolClass · 0.45

Calls 1

releaseMethod · 0.95

Tested by

no test coverage detected