Deprecated: Do not use; this method existed for intenal-use only.
(m Message)
| 89 | |
| 90 | // Deprecated: Do not use; this method existed for intenal-use only. |
| 91 | func (*InternalMessageInfo) DiscardUnknown(m Message) { |
| 92 | DiscardUnknown(m) |
| 93 | } |
| 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) { |
no test coverage detected