MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / enrich_kg

Method enrich_kg

atomic-repository/src/record/options.rs:244–247  ·  view source on GitHub ↗
(mut self, enrich: bool)

Source from the content-addressed store, hash-verified

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 ///

Calls

no outgoing calls