| 6687 | } |
| 6688 | |
| 6689 | void |
| 6690 | TSFetchDestroy(TSFetchSM fetch_sm) |
| 6691 | { |
| 6692 | sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS); |
| 6693 | |
| 6694 | (reinterpret_cast<FetchSM *>(fetch_sm))->ext_destroy(); |
| 6695 | } |
| 6696 | |
| 6697 | void |
| 6698 | TSFetchUserDataSet(TSFetchSM fetch_sm, void *data) |
no test coverage detected