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

Method hash_get92

include/proxy/hdrs/URL.h:504–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 -------------------------------------------------------------------------*/
503
504inline void
505URL::hash_get92(CryptoHash *hash, bool ignore_query, cache_generation_t generation) const
506{
507 ink_assert(valid());
508 url_CryptoHash_get_92(m_url_impl, hash, ignore_query, generation);
509}
510
511/*-------------------------------------------------------------------------
512 -------------------------------------------------------------------------*/

Callers 1

generate_key92Method · 0.80

Calls 1

url_CryptoHash_get_92Function · 0.85

Tested by

no test coverage detected