String stores v in a new string value and returns a pointer to it.
(v string)
| 67 | |
| 68 | // String stores v in a new string value and returns a pointer to it. |
| 69 | func String(v string) proto.Option[string] { return proto.Some(v) } |
no outgoing calls
no test coverage detected