RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
(name string)
| 5270 | // RemovedIDs returns all IDs (to other nodes) that were removed for the edge with |
| 5271 | // the given name in this mutation. |
| 5272 | func (m *FsEventMutation) RemovedIDs(name string) []ent.Value { |
| 5273 | return nil |
| 5274 | } |
| 5275 | |
| 5276 | // ClearedEdges returns all edge names that were cleared in this mutation. |
| 5277 | func (m *FsEventMutation) ClearedEdges() []string { |
nothing calls this directly
no outgoing calls
no test coverage detected