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

Method get_txn

include/proxy/http/HttpUserAgent.h:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131inline ProxyTransaction *
132HttpUserAgent::get_txn() const
133{
134 return m_txn;
135}
136
137inline void
138HttpUserAgent::set_txn(ProxyTransaction *txn, TransactionMilestones &milestones)

Calls

no outgoing calls

Tested by

no test coverage detected