Add an extra known change. Extra known changes are referenced but not direct dependencies. # Arguments `hash` - The hash to add
(&mut self, hash: Hash)
| 217 | /// |
| 218 | /// * `hash` - The hash to add |
| 219 | pub fn add_extra_known(&mut self, hash: Hash) { |
| 220 | self.extra_known.insert(hash); |
| 221 | } |
| 222 | |
| 223 | /// Get the number of hunks. |
| 224 | #[must_use] |