RemovedFiles returns the removed IDs of the "files" edge to the File entity.
()
| 13435 | |
| 13436 | // RemovedFiles returns the removed IDs of the "files" edge to the File entity. |
| 13437 | func (m *StoragePolicyMutation) RemovedFilesIDs() (ids []int) { |
| 13438 | for id := range m.removedfiles { |
| 13439 | ids = append(ids, id) |
| 13440 | } |
| 13441 | return |
| 13442 | } |
| 13443 | |
| 13444 | // FilesIDs returns the "files" edge IDs in the mutation. |
| 13445 | func (m *StoragePolicyMutation) FilesIDs() (ids []int) { |
nothing calls this directly
no outgoing calls
no test coverage detected