(dAtA []byte)
| 9115 | } |
| 9116 | |
| 9117 | func (m *Function) MarshalTo(dAtA []byte) (int, error) { |
| 9118 | size := m.Size() |
| 9119 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 9120 | } |
| 9121 | |
| 9122 | func (m *Function) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 9123 | i := len(dAtA) |
nothing calls this directly
no test coverage detected