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

Function cache_hash

src/iocore/cache/P_CacheInternal.h:516–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516inline unsigned int
517cache_hash(const CryptoHash &hash)
518{
519 uint64_t f = hash.fold();
520 unsigned int mhash = static_cast<unsigned int>(f >> 32);
521 return mhash;
522}

Callers 1

removeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected