(dAtA []byte)
| 86 | } |
| 87 | |
| 88 | func (m *EncodedGrpcCode) MarshalTo(dAtA []byte) (int, error) { |
| 89 | size := m.Size() |
| 90 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 91 | } |
| 92 | |
| 93 | func (m *EncodedGrpcCode) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 94 | i := len(dAtA) |
nothing calls this directly
no test coverage detected