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

Method RemovedEdges

ent/mutation.go:5265–5268  ·  view source on GitHub ↗

RemovedEdges returns all edge names that were removed in this mutation.

()

Source from the content-addressed store, hash-verified

5263
5264// RemovedEdges returns all edge names that were removed in this mutation.
5265func (m *FsEventMutation) RemovedEdges() []string {
5266 edges := make([]string, 0, 1)
5267 return edges
5268}
5269
5270// RemovedIDs returns all IDs (to other nodes) that were removed for the edge with
5271// the given name in this mutation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected