| 6695 | } |
| 6696 | |
| 6697 | void |
| 6698 | TSFetchUserDataSet(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 | |
| 6705 | void * |
| 6706 | TSFetchUserDataGet(TSFetchSM fetch_sm) |
nothing calls this directly
no test coverage detected