(dAtA []byte)
| 4429 | } |
| 4430 | |
| 4431 | func (m *Chunk) MarshalTo(dAtA []byte) (int, error) { |
| 4432 | size := m.Size() |
| 4433 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 4434 | } |
| 4435 | |
| 4436 | func (m *Chunk) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 4437 | i := len(dAtA) |
nothing calls this directly
no test coverage detected