SetOwnerID sets the "owner_id" field.
(i int)
| 3278 | |
| 3279 | // SetOwnerID sets the "owner_id" field. |
| 3280 | func (m *FileMutation) SetOwnerID(i int) { |
| 3281 | m.owner = &i |
| 3282 | } |
| 3283 | |
| 3284 | // OwnerID returns the value of the "owner_id" field in the mutation. |
| 3285 | func (m *FileMutation) OwnerID() (r int, exists bool) { |
no outgoing calls
no test coverage detected