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

2 uses

	go.opentelemetry.io/otel/attribute/internal/xxhash (current package)
		xxhash.go#L36: func (h Hash) Bool(val bool) Hash { // nolint:revive // This is a hashing function.

	go.opentelemetry.io/otel/attribute
		hash.go#L69: 			h = h.Bool(rv.Index(i).Bool())