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

Function wrap_glb_read_request

include/cripts/Epilogue.hpp:259–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257// global read-request hook caller
258template <typename T>
259auto
260wrap_glb_read_request(T *context, bool execute, CaseTag<1>) -> decltype(_glb_read_request(context), bool())
261{
262 if (execute) {
263 _glb_read_request(context);
264 }
265 return true;
266}
267
268template <typename T>
269auto

Callers 2

http_txn_contFunction · 0.85
TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected