SetType sets the "type" field.
(i int)
| 59 | |
| 60 | // SetType sets the "type" field. |
| 61 | func (fc *FileCreate) SetType(i int) *FileCreate { |
| 62 | fc.mutation.SetType(i) |
| 63 | return fc |
| 64 | } |
| 65 | |
| 66 | // SetName sets the "name" field. |
| 67 | func (fc *FileCreate) SetName(s string) *FileCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected