Add provenance information to this change.
(&mut self, provenance: Provenance)
| 231 | |
| 232 | /// Add provenance information to this change. |
| 233 | pub fn add_provenance(&mut self, provenance: Provenance) { |
| 234 | self.hashed.provenance.push(provenance); |
| 235 | } |
| 236 | |
| 237 | /// Get a reference to the provenance information. |
| 238 | pub fn provenance(&self) -> &[Provenance] { |