Mutation returns the MetadataMutation object of the builder.
()
| 118 | |
| 119 | // Mutation returns the MetadataMutation object of the builder. |
| 120 | func (mu *MetadataUpdate) Mutation() *MetadataMutation { |
| 121 | return mu.mutation |
| 122 | } |
| 123 | |
| 124 | // ClearFile clears the "file" edge to the File entity. |
| 125 | func (mu *MetadataUpdate) ClearFile() *MetadataUpdate { |
nothing calls this directly
no outgoing calls
no test coverage detected