MCPcopy Create free account
hub / github.com/KDE/kdevelop / nextBucketForHash

Method nextBucketForHash

kdevplatform/serialization/itemrepository.h:803–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801 }
802
803 unsigned short nextBucketForHash(uint hash) const
804 {
805 m_lastUsed = 0;
806 return m_nextBucketHash[hash % NextBucketHashSize];
807 }
808
809 void setNextBucketForHash(unsigned int hash, unsigned short bucket)
810 {

Callers 6

indexMethod · 0.80
deleteItemMethod · 0.80
statisticsMethod · 0.80
walkBucketChainMethod · 0.80
walkBucketLinksMethod · 0.80
hashChainIntersectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected