Get the change dependencies.
(&self)
| 265 | |
| 266 | /// Get the change dependencies. |
| 267 | pub fn dependencies(&self) -> &[Hash] { |
| 268 | &self.hashed.dependencies |
| 269 | } |
| 270 | |
| 271 | /// Get the hunks in this change. |
| 272 | pub fn hunks(&self) -> &[GraphOp<Option<Hash>>] { |
no outgoing calls
no test coverage detected