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

Function wrap_cache_lookup

include/cripts/Epilogue.hpp:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143// cache-lookup-complete hook caller
144template <typename T>
145auto
146wrap_cache_lookup(T *context, bool execute, CaseTag<1>) -> decltype(_do_cache_lookup(context), bool())
147{
148 if (execute) {
149 _do_cache_lookup(context);
150 }
151 return true;
152}
153
154template <typename T>
155auto

Callers 2

http_txn_contFunction · 0.85
TSRemapDoRemapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected