(mut self, enrich: bool)
| 242 | /// so enrichment can happen explicitly instead of blocking Stop hooks. |
| 243 | #[must_use] |
| 244 | pub fn enrich_kg(mut self, enrich: bool) -> Self { |
| 245 | self.enrich_kg = enrich; |
| 246 | self |
| 247 | } |
| 248 | |
| 249 | /// Set opaque metadata bytes for `HashedChange.metadata`. |
| 250 | /// |
no outgoing calls