(dAtA []byte)
| 499 | } |
| 500 | |
| 501 | func (m *TenantIndex) MarshalTo(dAtA []byte) (int, error) { |
| 502 | size := m.Size() |
| 503 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 504 | } |
| 505 | |
| 506 | func (m *TenantIndex) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 507 | i := len(dAtA) |
nothing calls this directly
no test coverage detected