FilesCleared reports if the "files" edge to the File entity was cleared.
()
| 13419 | |
| 13420 | // FilesCleared reports if the "files" edge to the File entity was cleared. |
| 13421 | func (m *StoragePolicyMutation) FilesCleared() bool { |
| 13422 | return m.clearedfiles |
| 13423 | } |
| 13424 | |
| 13425 | // RemoveFileIDs removes the "files" edge to the File entity by IDs. |
| 13426 | func (m *StoragePolicyMutation) RemoveFileIDs(ids ...int) { |
nothing calls this directly
no outgoing calls
no test coverage detected