(&self)
| 388 | /// Check if this change has AI provenance. |
| 389 | #[must_use] |
| 390 | pub fn has_provenance(&self) -> bool { |
| 391 | !self.provenance.is_empty() |
| 392 | } |
| 393 | |
| 394 | /// Check if a path should be included based on the configured paths filter. |
| 395 | #[must_use] |