(dAtA []byte)
| 10547 | } |
| 10548 | |
| 10549 | func (m *UpdateGraphQLSchemaRequest) MarshalTo(dAtA []byte) (int, error) { |
| 10550 | size := m.Size() |
| 10551 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 10552 | } |
| 10553 | |
| 10554 | func (m *UpdateGraphQLSchemaRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 10555 | i := len(dAtA) |
nothing calls this directly
no test coverage detected