SetFileChildren sets the "file_children" field.
(i int)
| 105 | |
| 106 | // SetFileChildren sets the "file_children" field. |
| 107 | func (fc *FileCreate) SetFileChildren(i int) *FileCreate { |
| 108 | fc.mutation.SetFileChildren(i) |
| 109 | return fc |
| 110 | } |
| 111 | |
| 112 | // SetNillableFileChildren sets the "file_children" field if the given value is not nil. |
| 113 | func (fc *FileCreate) SetNillableFileChildren(i *int) *FileCreate { |
no outgoing calls
no test coverage detected