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

Method txn_hook_get

include/proxy/http/HttpSM.h:737–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737inline APIHook *
738HttpSM::txn_hook_get(TSHttpHookID id)
739{
740 return api_hooks.get(id);
741}
742
743inline bool
744HttpSM::is_transparent_passthrough_allowed()

Callers 1

TSHttpTxnHookAddFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected