Copy must copy the contents of the src message into the dst message. An error can be returned to signal the index that something went wrong during the copy.
(dst proto.Message, src proto.Message)
| 26 | // the dst message. An error can be returned to signal |
| 27 | // the index that something went wrong during the copy. |
| 28 | Copy(dst proto.Message, src proto.Message) error |
| 29 | } |
no outgoing calls
no test coverage detected