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

Function sdk_sanity_check_hook_id

src/api/InkAPI.cc:524–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524TSReturnCode
525sdk_sanity_check_hook_id(TSHttpHookID id)
526{
527 return HttpAPIHooks::is_valid(id) ? TS_SUCCESS : TS_ERROR;
528}
529
530TSReturnCode
531sdk_sanity_check_lifecycle_hook_id(TSLifecycleHookID id)

Callers 3

TSHttpHookAddFunction · 0.85
TSHttpSsnHookAddFunction · 0.85
TSHttpTxnHookAddFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected