RemovedEdges returns all edge names that were removed in this mutation.
()
| 5263 | |
| 5264 | // RemovedEdges returns all edge names that were removed in this mutation. |
| 5265 | func (m *FsEventMutation) RemovedEdges() []string { |
| 5266 | edges := make([]string, 0, 1) |
| 5267 | return edges |
| 5268 | } |
| 5269 | |
| 5270 | // RemovedIDs returns all IDs (to other nodes) that were removed for the edge with |
| 5271 | // the given name in this mutation. |
nothing calls this directly
no outgoing calls
no test coverage detected