go.opentelemetry.io/otel/attribute/internal/xxhash.Hash.Sum64 (method)

3 uses

	go.opentelemetry.io/otel/attribute/internal/xxhash (current package)
		xxhash.go#L62: func (h Hash) Sum64() uint64 {

	go.opentelemetry.io/otel/attribute
		hash.go#L41: 	return h.Sum64()
		set.go#L64: 	emptyHash = xxhash.New().Sum64()