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

Function wrap_glb_read_response

include/cripts/Epilogue.hpp:349–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347// global read-response hook caller
348template <typename T>
349auto
350wrap_glb_read_response(T *context, bool execute, CaseTag<1>) -> decltype(_glb_read_response(context), bool())
351{
352 if (execute) {
353 _glb_read_response(context);
354 }
355 return true;
356}
357
358template <typename T>
359auto

Callers 2

http_txn_contFunction · 0.85
TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected