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

Method RemovedIDs

ent/mutation.go:7080–7082  ·  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

7078// RemovedIDs returns all IDs (to other nodes) that were removed for the edge with
7079// the given name in this mutation.
7080func (m *MetadataMutation) RemovedIDs(name string) []ent.Value {
7081 return nil
7082}
7083
7084// ClearedEdges returns all edge names that were cleared in this mutation.
7085func (m *MetadataMutation) ClearedEdges() []string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected