RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
(name string)
| 12453 | // RemovedIDs returns all IDs (to other nodes) that were removed for the edge with |
| 12454 | // the given name in this mutation. |
| 12455 | func (m *ShareMutation) RemovedIDs(name string) []ent.Value { |
| 12456 | return nil |
| 12457 | } |
| 12458 | |
| 12459 | // ClearedEdges returns all edge names that were cleared in this mutation. |
| 12460 | func (m *ShareMutation) ClearedEdges() []string { |
nothing calls this directly
no outgoing calls
no test coverage detected