Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3181
void
3182
TSCacheHttpInfoDestroy(TSCacheHttpInfo infop)
3183
{
3184
(reinterpret_cast<CacheHTTPInfo *>(infop))->destroy();
3185
}
3186
3187
TSCacheHttpInfo
3188
TSCacheHttpInfoCreate()
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected