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

Function TSFetchUserDataSet

src/api/InkAPI.cc:6697–6703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6695}
6696
6697void
6698TSFetchUserDataSet(TSFetchSM fetch_sm, void *data)
6699{
6700 sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS);
6701
6702 (reinterpret_cast<FetchSM *>(fetch_sm))->ext_set_user_data(data);
6703}
6704
6705void *
6706TSFetchUserDataGet(TSFetchSM fetch_sm)

Callers

nothing calls this directly

Calls 2

ext_set_user_dataMethod · 0.45

Tested by

no test coverage detected