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

Function wrap_glb_cache_lookup

include/cripts/Epilogue.hpp:313–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311// global cache-lookup hook caller
312template <typename T>
313auto
314wrap_glb_cache_lookup(T *context, bool execute, CaseTag<1>) -> decltype(_glb_cache_lookup(context), bool())
315{
316 if (execute) {
317 _glb_cache_lookup(context);
318 }
319 return true;
320}
321
322template <typename T>
323auto

Callers 1

TSPluginInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected