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

Function TSCacheHttpInfoRespReceivedTimeGet

src/api/InkAPI.cc:3127–3132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3125}
3126
3127time_t
3128TSCacheHttpInfoRespReceivedTimeGet(TSCacheHttpInfo infop)
3129{
3130 CacheHTTPInfo *info = reinterpret_cast<CacheHTTPInfo *>(infop);
3131 return info->response_received_time_get();
3132}
3133
3134int64_t
3135TSCacheHttpInfoSizeGet(TSCacheHttpInfo infop)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected