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

Function TSCacheHttpInfoSizeGet

src/api/InkAPI.cc:3134–3139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3132}
3133
3134int64_t
3135TSCacheHttpInfoSizeGet(TSCacheHttpInfo infop)
3136{
3137 CacheHTTPInfo *info = reinterpret_cast<CacheHTTPInfo *>(infop);
3138 return info->object_size_get();
3139}
3140
3141void
3142TSCacheHttpInfoReqSet(TSCacheHttpInfo infop, TSMBuffer bufp, TSMLoc obj)

Callers

nothing calls this directly

Calls 1

object_size_getMethod · 0.80

Tested by

no test coverage detected