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

Method hash_get

include/proxy/hdrs/URL.h:494–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 -------------------------------------------------------------------------*/
493
494inline void
495URL::hash_get(CryptoHash *hash, bool ignore_query, cache_generation_t generation) const
496{
497 ink_assert(valid());
498 url_CryptoHash_get(m_url_impl, hash, ignore_query, generation);
499}
500
501/*-------------------------------------------------------------------------
502 -------------------------------------------------------------------------*/

Callers 2

generate_keyMethod · 0.80
get_hashFunction · 0.80

Calls 1

url_CryptoHash_getFunction · 0.85

Tested by 1

get_hashFunction · 0.64