github.com/cespare/xxhash/v2.Digest.Write (method)

8 uses

	github.com/cespare/xxhash/v2 (current package)
		xxhash.go#L68: func (d *Digest) Write(b []byte) (n int, err error) {
		xxhash_unsafe.go#L45: 	return d.Write(b)

	github.com/prometheus/client_golang/prometheus
		desc.go#L133: 		xxh.Write(separatorByteSlice)
		desc.go#L142: 	xxh.Write(separatorByteSlice)
		desc.go#L145: 		xxh.Write(separatorByteSlice)
		registry.go#L881: 	h.Write(separatorByteSlice)
		registry.go#L893: 		h.Write(separatorByteSlice)
		registry.go#L895: 		h.Write(separatorByteSlice)