(dAtA []byte)
| 288 | } |
| 289 | |
| 290 | func (m *KeyValueStore) MarshalTo(dAtA []byte) (int, error) { |
| 291 | size := m.Size() |
| 292 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 293 | } |
| 294 | |
| 295 | func (m *KeyValueStore) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 296 | i := len(dAtA) |
nothing calls this directly
no test coverage detected