SetName sets the "name" field.
(s string)
| 3242 | |
| 3243 | // SetName sets the "name" field. |
| 3244 | func (m *FileMutation) SetName(s string) { |
| 3245 | m.name = &s |
| 3246 | } |
| 3247 | |
| 3248 | // Name returns the value of the "name" field in the mutation. |
| 3249 | func (m *FileMutation) Name() (r string, exists bool) { |
no outgoing calls
no test coverage detected