| 2965 | //////////////////////////////////////////////////////////////////// |
| 2966 | |
| 2967 | inline TSReturnCode |
| 2968 | sdk_sanity_check_cachekey(TSCacheKey key) |
| 2969 | { |
| 2970 | if (nullptr == key) { |
| 2971 | return TS_ERROR; |
| 2972 | } |
| 2973 | |
| 2974 | return TS_SUCCESS; |
| 2975 | } |
| 2976 | |
| 2977 | TSCacheKey |
| 2978 | TSCacheKeyCreate() |
no outgoing calls
no test coverage detected