FilesIDs returns the "files" edge IDs in the mutation.
()
| 13443 | |
| 13444 | // FilesIDs returns the "files" edge IDs in the mutation. |
| 13445 | func (m *StoragePolicyMutation) FilesIDs() (ids []int) { |
| 13446 | for id := range m.files { |
| 13447 | ids = append(ids, id) |
| 13448 | } |
| 13449 | return |
| 13450 | } |
| 13451 | |
| 13452 | // ResetFiles resets all changes to the "files" edge. |
| 13453 | func (m *StoragePolicyMutation) ResetFiles() { |
nothing calls this directly
no outgoing calls
no test coverage detected