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

Function TSHttpHookNameLookup

src/api/InkAPI.cc:7896–7900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7894}
7895
7896const char *
7897TSHttpHookNameLookup(TSHttpHookID hook)
7898{
7899 return HttpDebugNames::get_api_hook_name(static_cast<TSHttpHookID>(hook));
7900}
7901
7902const char *
7903TSHttpEventNameLookup(TSEvent event)

Callers 8

gatherMethod · 0.85
make_conditionMethod · 0.85
add_operatorMethod · 0.85
add_ruleMethod · 0.85
TSPluginInitFunction · 0.85
TSRemapNewInstanceFunction · 0.85
TSRemapDoRemapFunction · 0.85

Calls

no outgoing calls