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

Function wrap_glb_txn_start

include/cripts/Epilogue.hpp:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239// global txn-start hook caller
240template <typename T>
241auto
242wrap_glb_txn_start(T *context, bool execute, CaseTag<1>) -> decltype(_glb_txn_start(context), bool())
243{
244 if (execute) {
245 _glb_txn_start(context);
246 }
247 return true;
248}
249
250template <typename T>
251auto

Callers 2

global_contFunction · 0.85
TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected