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

Function wrap_txn_close

include/cripts/Epilogue.hpp:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161// txn-close hook caller
162template <typename T>
163auto
164wrap_txn_close(T *context, bool execute, CaseTag<1>) -> decltype(_do_txn_close(context), bool())
165{
166 if (execute) {
167 _do_txn_close(context);
168 }
169 return true;
170}
171
172template <typename T>
173auto

Callers 2

http_txn_contFunction · 0.85
TSRemapDoRemapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected