(&self, state: &mut H)
| 103 | |
| 104 | impl std::hash::Hash for RepoLink { |
| 105 | fn hash<H: std::hash::Hasher>(&self, state: &mut H) { |
| 106 | self.metadata.id.hash(state); |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | impl TryFrom<RepoObject> for RepoLink { |
nothing calls this directly
no outgoing calls
no test coverage detected