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

Function TSFetchRespHdrMLocGet

src/api/InkAPI.cc:6721–6727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6719}
6720
6721TSMLoc
6722TSFetchRespHdrMLocGet(TSFetchSM fetch_sm)
6723{
6724 sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS);
6725
6726 return (reinterpret_cast<FetchSM *>(fetch_sm))->resp_hdr_mloc();
6727}
6728
6729int
6730TSHttpSsnIsInternal(TSHttpSsn ssnp)

Callers 2

handleFetchEventsFunction · 0.85
ts_lua_fill_one_resultFunction · 0.85

Calls 2

resp_hdr_mlocMethod · 0.80

Tested by

no test coverage detected