SetFileChildren sets the "file_children" field.
(i int)
| 3440 | |
| 3441 | // SetFileChildren sets the "file_children" field. |
| 3442 | func (m *FileMutation) SetFileChildren(i int) { |
| 3443 | m.parent = &i |
| 3444 | } |
| 3445 | |
| 3446 | // FileChildren returns the value of the "file_children" field in the mutation. |
| 3447 | func (m *FileMutation) FileChildren() (r int, exists bool) { |
no outgoing calls
no test coverage detected