New returns a new field value. For scalars, it returns the default value of the field. For composite types, it returns a new mutable value.
()
| 35 | // For scalars, it returns the default value of the field. |
| 36 | // For composite types, it returns a new mutable value. |
| 37 | New() protoreflect.Value |
| 38 | |
| 39 | // Zero returns a new field value. |
| 40 | // For scalars, it returns the default value of the field. |
no outgoing calls