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

Method RemovedIDs

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

11396// RemovedIDs returns all IDs (to other nodes) that were removed for the edge with
11397// the given name in this mutation.
11398func (m *SettingMutation) RemovedIDs(name string) []ent.Value {
11399 return nil
11400}
11401
11402// ClearedEdges returns all edge names that were cleared in this mutation.
11403func (m *SettingMutation) ClearedEdges() []string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected