RemovedEntities returns the removed IDs of the "entities" edge to the Entity entity.
()
| 16113 | |
| 16114 | // RemovedEntities returns the removed IDs of the "entities" edge to the Entity entity. |
| 16115 | func (m *UserMutation) RemovedEntitiesIDs() (ids []int) { |
| 16116 | for id := range m.removedentities { |
| 16117 | ids = append(ids, id) |
| 16118 | } |
| 16119 | return |
| 16120 | } |
| 16121 | |
| 16122 | // EntitiesIDs returns the "entities" edge IDs in the mutation. |
| 16123 | func (m *UserMutation) EntitiesIDs() (ids []int) { |
nothing calls this directly
no outgoing calls
no test coverage detected