| 502 | -------------------------------------------------------------------------*/ |
| 503 | |
| 504 | inline void |
| 505 | URL::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 | -------------------------------------------------------------------------*/ |
no test coverage detected