Mutation returns the MetadataMutation object of the builder.
()
| 345 | |
| 346 | // Mutation returns the MetadataMutation object of the builder. |
| 347 | func (muo *MetadataUpdateOne) Mutation() *MetadataMutation { |
| 348 | return muo.mutation |
| 349 | } |
| 350 | |
| 351 | // ClearFile clears the "file" edge to the File entity. |
| 352 | func (muo *MetadataUpdateOne) ClearFile() *MetadataUpdateOne { |
nothing calls this directly
no outgoing calls
no test coverage detected