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

Method RemovedIDs

ent/mutation.go:12455–12457  ·  view source on GitHub ↗

RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.

(name string)

Source from the content-addressed store, hash-verified

12453// RemovedIDs returns all IDs (to other nodes) that were removed for the edge with
12454// the given name in this mutation.
12455func (m *ShareMutation) RemovedIDs(name string) []ent.Value {
12456 return nil
12457}
12458
12459// ClearedEdges returns all edge names that were cleared in this mutation.
12460func (m *ShareMutation) ClearedEdges() []string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected