func go.opentelemetry.io/otel/internal.BoolToRaw

2 uses

	go.opentelemetry.io/otel/internal (current package)
		rawhelpers.go#L22: func BoolToRaw(b bool) uint64 { // nolint:revive  // b is not a control flag.

	go.opentelemetry.io/otel/attribute
		value.go#L65: 		numeric: internal.BoolToRaw(v),