(&mut self, relation: (LockGuardId, LockGuardId))
| 866 | wait_notify_locks, |
| 867 | ) |
| 868 | } |
| 869 | } |
| 870 | |
| 871 | /// The NodeIndex in ConflictLockGraph, denoting a unique relation(a, b) in ConflictLockGraph, |
| 872 | /// where a and b are LockGuardId. |
| 873 | type RelationId = NodeIndex; |
no outgoing calls
no test coverage detected