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