()
| 122 | } |
| 123 | |
| 124 | func (x EncryptionMode) String() string { |
| 125 | return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| 126 | } |
| 127 | |
| 128 | func (EncryptionMode) Descriptor() protoreflect.EnumDescriptor { |
| 129 | return file_cells_object_proto_enumTypes[1].Descriptor() |
nothing calls this directly
no test coverage detected