MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / RemovedEntitiesIDs

Method RemovedEntitiesIDs

ent/mutation.go:16115–16120  ·  view source on GitHub ↗

RemovedEntities returns the removed IDs of the "entities" edge to the Entity entity.

()

Source from the content-addressed store, hash-verified

16113
16114// RemovedEntities returns the removed IDs of the "entities" edge to the Entity entity.
16115func (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.
16123func (m *UserMutation) EntitiesIDs() (ids []int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected