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

Function TSCacheHttpInfoDestroy

src/api/InkAPI.cc:3181–3185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3179}
3180
3181void
3182TSCacheHttpInfoDestroy(TSCacheHttpInfo infop)
3183{
3184 (reinterpret_cast<CacheHTTPInfo *>(infop))->destroy();
3185}
3186
3187TSCacheHttpInfo
3188TSCacheHttpInfoCreate()

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected