EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
(name string)
| 11408 | // EdgeCleared returns a boolean which indicates if the edge with the given name |
| 11409 | // was cleared in this mutation. |
| 11410 | func (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. |
nothing calls this directly
no outgoing calls
no test coverage detected