(t int)
| 672 | } |
| 673 | |
| 674 | func (m *TaskCreate) SetRawID(t int) *TaskCreate { |
| 675 | m.mutation.SetRawID(t) |
| 676 | return m |
| 677 | } |
| 678 | |
| 679 | // TaskCreateBulk is the builder for creating many Task entities in bulk. |
| 680 | type TaskCreateBulk struct { |
nothing calls this directly
no outgoing calls
no test coverage detected