(dAtA []byte)
| 6760 | } |
| 6761 | |
| 6762 | func (m *SrcFunction) MarshalTo(dAtA []byte) (int, error) { |
| 6763 | size := m.Size() |
| 6764 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 6765 | } |
| 6766 | |
| 6767 | func (m *SrcFunction) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 6768 | i := len(dAtA) |
nothing calls this directly
no test coverage detected