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

Method getAtsHandle

src/tscpp/api/Transaction.cc:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void *
213Transaction::getAtsHandle() const
214{
215 return static_cast<void *>(state_->txn_);
216}
217
218const std::list<atscppapi::TransactionPlugin *> &
219Transaction::getPlugins() const

Callers 6

TransactionPluginMethod · 0.80
TransformationPluginMethod · 0.80
handleTransactionEventsFunction · 0.80
InterceptPluginMethod · 0.80
serverPushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected