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

Function TSVConnCacheObjectSizeGet

src/api/InkAPI.cc:5860–5867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5858}
5859
5860int64_t
5861TSVConnCacheObjectSizeGet(TSVConn connp)
5862{
5863 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
5864
5865 CacheVC *vc = reinterpret_cast<CacheVC *>(connp);
5866 return vc->get_object_size();
5867}
5868
5869void
5870TSVConnCacheHttpInfoSet(TSVConn connp, TSCacheHttpInfo infop)

Callers 3

cache_handlerFunction · 0.85
hitMethod · 0.85

Calls 2

get_object_sizeMethod · 0.80

Tested by 1

cache_handlerFunction · 0.68