| 501 | } |
| 502 | |
| 503 | inline void |
| 504 | Cache::generate_key92(CryptoHash *hash, CacheURL *url) |
| 505 | { |
| 506 | url->hash_get92(hash); |
| 507 | } |
| 508 | |
| 509 | inline void |
| 510 | Cache::generate_key92(HttpCacheKey *key, CacheURL *url, bool ignore_query, cache_generation_t generation) |
nothing calls this directly
no test coverage detected