Deprecated: Do not use; this method existed for intenal-use only.
(b []byte, m Message, deterministic bool)
| 94 | |
| 95 | // Deprecated: Do not use; this method existed for intenal-use only. |
| 96 | func (*InternalMessageInfo) Marshal(b []byte, m Message, deterministic bool) ([]byte, error) { |
| 97 | return protoV2.MarshalOptions{Deterministic: deterministic}.MarshalAppend(b, MessageV2(m)) |
| 98 | } |
| 99 | |
| 100 | // Deprecated: Do not use; this method existed for intenal-use only. |
| 101 | func (*InternalMessageInfo) Merge(dst, src Message) { |
nothing calls this directly
no test coverage detected