(dAtA []byte)
| 2957 | } |
| 2958 | |
| 2959 | func (m *WriteResponse) MarshalTo(dAtA []byte) (int, error) { |
| 2960 | size := m.Size() |
| 2961 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2962 | } |
| 2963 | |
| 2964 | func (m *WriteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2965 | i := len(dAtA) |
nothing calls this directly
no test coverage detected