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

Function TSCacheHttpInfoReqSentTimeGet

src/api/InkAPI.cc:3120–3125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3118}
3119
3120time_t
3121TSCacheHttpInfoReqSentTimeGet(TSCacheHttpInfo infop)
3122{
3123 CacheHTTPInfo *info = reinterpret_cast<CacheHTTPInfo *>(infop);
3124 return info->request_sent_time_get();
3125}
3126
3127time_t
3128TSCacheHttpInfoRespReceivedTimeGet(TSCacheHttpInfo infop)

Callers

nothing calls this directly

Calls 1

request_sent_time_getMethod · 0.80

Tested by

no test coverage detected