Mutation returns the TaskMutation object of the builder.
()
| 156 | |
| 157 | // Mutation returns the TaskMutation object of the builder. |
| 158 | func (tc *TaskCreate) Mutation() *TaskMutation { |
| 159 | return tc.mutation |
| 160 | } |
| 161 | |
| 162 | // Save creates the Task in the database. |
| 163 | func (tc *TaskCreate) Save(ctx context.Context) (*Task, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected