SetName sets the "name" field.
(s string)
| 75 | |
| 76 | // SetName sets the "name" field. |
| 77 | func (nc *NodeCreate) SetName(s string) *NodeCreate { |
| 78 | nc.mutation.SetName(s) |
| 79 | return nc |
| 80 | } |
| 81 | |
| 82 | // SetType sets the "type" field. |
| 83 | func (nc *NodeCreate) SetType(n node.Type) *NodeCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected