(dAtA []byte)
| 10610 | } |
| 10611 | |
| 10612 | func (m *UpdateGraphQLSchemaResponse) MarshalTo(dAtA []byte) (int, error) { |
| 10613 | size := m.Size() |
| 10614 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 10615 | } |
| 10616 | |
| 10617 | func (m *UpdateGraphQLSchemaResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 10618 | i := len(dAtA) |
nothing calls this directly
no test coverage detected