(b []byte, deterministic bool)
| 223 | return m.Unmarshal(b) |
| 224 | } |
| 225 | func (m *CredentialInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 226 | if deterministic { |
| 227 | return xxx_messageInfo_CredentialInfo.Marshal(b, m, deterministic) |
| 228 | } else { |
| 229 | b = b[:cap(b)] |
| 230 | n, err := m.MarshalToSizedBuffer(b) |
| 231 | if err != nil { |
| 232 | return nil, err |
| 233 | } |
| 234 | return b[:n], nil |
| 235 | } |
| 236 | } |
| 237 | func (m *CredentialInfo) XXX_Merge(src proto.Message) { |
| 238 | xxx_messageInfo_CredentialInfo.Merge(m, src) |
| 239 | } |
nothing calls this directly
no test coverage detected