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

Function wrap_glb_post_remap

include/cripts/Epilogue.hpp:295–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293// global post-remap hook caller
294template <typename T>
295auto
296wrap_glb_post_remap(T *context, bool execute, CaseTag<1>) -> decltype(_glb_post_remap(context), bool())
297{
298 if (execute) {
299 _glb_post_remap(context);
300 }
301 return true;
302}
303
304template <typename T>
305auto

Callers 2

http_txn_contFunction · 0.85
TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected