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

Method enrich_kg

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls