SetType sets the "type" field.
(i int)
| 3186 | |
| 3187 | // SetType sets the "type" field. |
| 3188 | func (m *FileMutation) SetType(i int) { |
| 3189 | m._type = &i |
| 3190 | m.add_type = nil |
| 3191 | } |
| 3192 | |
| 3193 | // GetType returns the value of the "type" field in the mutation. |
| 3194 | func (m *FileMutation) GetType() (r int, exists bool) { |
no outgoing calls
no test coverage detected