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

Function wrap_glb_send_request

include/cripts/Epilogue.hpp:331–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329// global send-request hook caller
330template <typename T>
331auto
332wrap_glb_send_request(T *context, bool execute, CaseTag<1>) -> decltype(_glb_send_request(context), bool())
333{
334 if (execute) {
335 _glb_send_request(context);
336 }
337 return true;
338}
339
340template <typename T>
341auto

Callers 2

http_txn_contFunction · 0.85
TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected