(mut self, enrich: bool)
| 235 | /// so enrichment can happen explicitly instead of blocking Stop hooks. |
| 236 | #[must_use] |
| 237 | pub fn enrich_kg(mut self, enrich: bool) -> Self { |
| 238 | self.enrich_kg = enrich; |
| 239 | self |
| 240 | } |
| 241 | |
| 242 | /// Set opaque metadata bytes for `HashedChange.metadata`. |
| 243 | /// |
no outgoing calls