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