(&self, other: &Self)
| 82 | |
| 83 | impl std::cmp::PartialEq for RepoLink { |
| 84 | fn eq(&self, other: &Self) -> bool { |
| 85 | self.metadata.id == other.metadata.id |
| 86 | } |
| 87 | } |
| 88 | |
| 89 | impl std::cmp::Eq for RepoLink {} |
nothing calls this directly
no outgoing calls
no test coverage detected