(&self)
| 408 | /// Check if this change has AI provenance. |
| 409 | #[must_use] |
| 410 | pub fn has_provenance(&self) -> bool { |
| 411 | !self.provenance.is_empty() |
| 412 | } |
| 413 | |
| 414 | /// Check if a path should be included based on the configured paths filter. |
| 415 | #[must_use] |