RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
(name string)
| 7078 | // RemovedIDs returns all IDs (to other nodes) that were removed for the edge with |
| 7079 | // the given name in this mutation. |
| 7080 | func (m *MetadataMutation) RemovedIDs(name string) []ent.Value { |
| 7081 | return nil |
| 7082 | } |
| 7083 | |
| 7084 | // ClearedEdges returns all edge names that were cleared in this mutation. |
| 7085 | func (m *MetadataMutation) ClearedEdges() []string { |
nothing calls this directly
no outgoing calls
no test coverage detected