File: hash_test.go

package info (click to toggle)
golang-github-allegro-bigcache 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 380 kB
  • sloc: makefile: 6
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
package bigcache

type hashStub uint64

func (stub hashStub) Sum64(_ string) uint64 {
	return uint64(stub)
}