github.com/cespare/xxhash/v2.Digest.Sum64 (method)
5 uses
github.com/cespare/xxhash/v2 (current package)
xxhash.go#L105: s := d.Sum64()
xxhash.go#L120: func (d *Digest) Sum64() uint64 {
github.com/prometheus/client_golang/prometheus
desc.go#L135: d.id = xxh.Sum64()
desc.go#L147: d.dimHash = xxh.Sum64()
registry.go#L897: hSum := h.Sum64()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |