(&self)
| 367 | /// Check if this change has AI provenance. |
| 368 | #[must_use] |
| 369 | pub fn has_provenance(&self) -> bool { |
| 370 | !self.provenance.is_empty() |
| 371 | } |
| 372 | |
| 373 | /// Check if a path should be included based on the configured paths filter. |
| 374 | #[must_use] |