Mutation returns the MetadataMutation object of the builder.
()
| 104 | |
| 105 | // Mutation returns the MetadataMutation object of the builder. |
| 106 | func (mc *MetadataCreate) Mutation() *MetadataMutation { |
| 107 | return mc.mutation |
| 108 | } |
| 109 | |
| 110 | // Save creates the Metadata in the database. |
| 111 | func (mc *MetadataCreate) Save(ctx context.Context) (*Metadata, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected