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

Method generate_key92

src/iocore/cache/P_CacheInternal.h:503–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503inline void
504Cache::generate_key92(CryptoHash *hash, CacheURL *url)
505{
506 url->hash_get92(hash);
507}
508
509inline void
510Cache::generate_key92(HttpCacheKey *key, CacheURL *url, bool ignore_query, cache_generation_t generation)

Callers

nothing calls this directly

Calls 2

hash_get92Method · 0.80
host_getMethod · 0.45

Tested by

no test coverage detected