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

Function TSFetchRespHdrMBufGet

src/api/InkAPI.cc:6713–6719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6711}
6712
6713TSMBuffer
6714TSFetchRespHdrMBufGet(TSFetchSM fetch_sm)
6715{
6716 sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS);
6717
6718 return (reinterpret_cast<FetchSM *>(fetch_sm))->resp_hdr_bufp();
6719}
6720
6721TSMLoc
6722TSFetchRespHdrMLocGet(TSFetchSM fetch_sm)

Callers 2

handleFetchEventsFunction · 0.85
ts_lua_fill_one_resultFunction · 0.85

Calls 2

resp_hdr_bufpMethod · 0.80

Tested by

no test coverage detected