Check if this change has AI provenance.
(&self)
| 241 | |
| 242 | /// Check if this change has AI provenance. |
| 243 | pub fn has_provenance(&self) -> bool { |
| 244 | !self.hashed.provenance.is_empty() |
| 245 | } |
| 246 | |
| 247 | /// Append content to the contents blob. |
| 248 | /// |
no test coverage detected