Mutation returns the EntityMutation object of the builder.
()
| 188 | |
| 189 | // Mutation returns the EntityMutation object of the builder. |
| 190 | func (ec *EntityCreate) Mutation() *EntityMutation { |
| 191 | return ec.mutation |
| 192 | } |
| 193 | |
| 194 | // Save creates the Entity in the database. |
| 195 | func (ec *EntityCreate) Save(ctx context.Context) (*Entity, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected