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

Function TSFetchUserDataGet

src/api/InkAPI.cc:6705–6711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6703}
6704
6705void *
6706TSFetchUserDataGet(TSFetchSM fetch_sm)
6707{
6708 sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS);
6709
6710 return (reinterpret_cast<FetchSM *>(fetch_sm))->ext_get_user_data();
6711}
6712
6713TSMBuffer
6714TSFetchRespHdrMBufGet(TSFetchSM fetch_sm)

Callers

nothing calls this directly

Calls 2

ext_get_user_dataMethod · 0.45

Tested by

no test coverage detected