ClearFiles clears all "files" edges to the File entity.
()
| 1376 | |
| 1377 | // ClearFiles clears all "files" edges to the File entity. |
| 1378 | func (uuo *UserUpdateOne) ClearFiles() *UserUpdateOne { |
| 1379 | uuo.mutation.ClearFiles() |
| 1380 | return uuo |
| 1381 | } |
| 1382 | |
| 1383 | // RemoveFileIDs removes the "files" edge to File entities by IDs. |
| 1384 | func (uuo *UserUpdateOne) RemoveFileIDs(ids ...int) *UserUpdateOne { |
nothing calls this directly
no test coverage detected