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

Function sdk_sanity_check_fetch_sm

src/api/InkAPI.cc:468–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468TSReturnCode
469sdk_sanity_check_fetch_sm(TSFetchSM fetch_sm)
470{
471 if (fetch_sm == nullptr) {
472 return TS_ERROR;
473 }
474
475 return TS_SUCCESS;
476}
477
478TSReturnCode
479sdk_sanity_check_http_ssn(TSHttpSsn ssnp)

Callers 10

TSFetchFlagSetFunction · 0.85
TSFetchHeaderAddFunction · 0.85
TSFetchWriteDataFunction · 0.85
TSFetchReadDataFunction · 0.85
TSFetchLaunchFunction · 0.85
TSFetchDestroyFunction · 0.85
TSFetchUserDataSetFunction · 0.85
TSFetchUserDataGetFunction · 0.85
TSFetchRespHdrMBufGetFunction · 0.85
TSFetchRespHdrMLocGetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected