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

Method EdgeCleared

ent/mutation.go:11410–11412  ·  view source on GitHub ↗

EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.

(name string)

Source from the content-addressed store, hash-verified

11408// EdgeCleared returns a boolean which indicates if the edge with the given name
11409// was cleared in this mutation.
11410func (m *SettingMutation) EdgeCleared(name string) bool {
11411 return false
11412}
11413
11414// ClearEdge clears the value of the edge with the given name. It returns an error
11415// if that edge is not defined in the schema.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected