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

Method RemovedIDs

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

5270// RemovedIDs returns all IDs (to other nodes) that were removed for the edge with
5271// the given name in this mutation.
5272func (m *FsEventMutation) RemovedIDs(name string) []ent.Value {
5273 return nil
5274}
5275
5276// ClearedEdges returns all edge names that were cleared in this mutation.
5277func (m *FsEventMutation) ClearedEdges() []string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected