Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
737
inline APIHook *
738
HttpSM::txn_hook_get(TSHttpHookID id)
739
{
740
return api_hooks.get(id);
741
}
742
743
inline bool
744
HttpSM::is_transparent_passthrough_allowed()
Callers
1
TSHttpTxnHookAdd
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected