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

Function wrap_glb_pre_remap

include/cripts/Epilogue.hpp:277–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275// global pre-remap hook caller
276template <typename T>
277auto
278wrap_glb_pre_remap(T *context, bool execute, CaseTag<1>) -> decltype(_glb_pre_remap(context), bool())
279{
280 if (execute) {
281 _glb_pre_remap(context);
282 }
283 return true;
284}
285
286template <typename T>
287auto

Callers 2

http_txn_contFunction · 0.85
TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected