RemovedEntities returns the removed IDs of the "entities" edge to the Entity entity.
()
| 13489 | |
| 13490 | // RemovedEntities returns the removed IDs of the "entities" edge to the Entity entity. |
| 13491 | func (m *StoragePolicyMutation) RemovedEntitiesIDs() (ids []int) { |
| 13492 | for id := range m.removedentities { |
| 13493 | ids = append(ids, id) |
| 13494 | } |
| 13495 | return |
| 13496 | } |
| 13497 | |
| 13498 | // EntitiesIDs returns the "entities" edge IDs in the mutation. |
| 13499 | func (m *StoragePolicyMutation) EntitiesIDs() (ids []int) { |
nothing calls this directly
no outgoing calls
no test coverage detected