(t int)
| 799 | } |
| 800 | |
| 801 | func (m *NodeCreate) SetRawID(t int) *NodeCreate { |
| 802 | m.mutation.SetRawID(t) |
| 803 | return m |
| 804 | } |
| 805 | |
| 806 | // NodeCreateBulk is the builder for creating many Node entities in bulk. |
| 807 | type NodeCreateBulk struct { |
nothing calls this directly
no outgoing calls
no test coverage detected