Last analyzed 991ffe6 19 days ago
Default analysis branch is
Currently analyzing run
Unused parameter in function RVV-B0012
Bug risk
a month ago6 months old
parameter 'clear' seems to be unused, consider removing or renaming it as _
16
17var xxhash = xxHash32.New(randomSeed()) // hash.Hash32
18
19func fastHash(clear bool, buf []byte) uint32 {20	xxhash.Reset()
21	xxhash.Write(buf)
22	return xxhash.Sum32()