func (v *Visibility) CustomMemo(
chasmContext Context,
memo, _ := v.Memo.TryGet(chasmContext)
// nil check handled by the proto getter.
return maps.Clone(memo.GetFields())
}
// MergeCustomMemo merges the provided custom memo fields into the existing ones.