func (v *Visibility) CustomSearchAttributes(
chasmContext Context,
sa, _ := v.SA.TryGet(chasmContext)
// nil check handled by the proto getter.
return maps.Clone(sa.GetIndexedFields())
}
// MergeCustomSearchAttributes merges the provided custom search attribute fields into the existing ones.