Mutation returns the FileMutation object of the builder.
()
| 271 | |
| 272 | // Mutation returns the FileMutation object of the builder. |
| 273 | func (fc *FileCreate) Mutation() *FileMutation { |
| 274 | return fc.mutation |
| 275 | } |
| 276 | |
| 277 | // Save creates the File in the database. |
| 278 | func (fc *FileCreate) Save(ctx context.Context) (*File, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected