(&self)
| 305 | /// Get a reference to the hunks. |
| 306 | #[must_use] |
| 307 | pub fn hunks(&self) -> &[GraphOp<Option<Hash>>] { |
| 308 | &self.hunks |
| 309 | } |
| 310 | } |
| 311 | |
| 312 | // ============================================================================ |
no outgoing calls
no test coverage detected