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

Method with_metadata

atomic-core/src/output/mod.rs:385–388  ·  view source on GitHub ↗

Set custom metadata.

(mut self, metadata: FileMetadata)

Source from the content-addressed store, hash-verified

383
384 /// Set custom metadata.
385 pub fn with_metadata(mut self, metadata: FileMetadata) -> Self {
386 self.metadata = metadata;
387 self
388 }
389
390 /// Check if this is a zombie item.
391 pub fn is_zombie(&self) -> bool {

Callers 11

execute_planFunction · 0.45
test_get_node_fieldFunction · 0.45
test_filter_nodesFunction · 0.45
kg_enrich_viewsMethod · 0.45
kg_enrich_changesMethod · 0.45
kg_enrich_changeMethod · 0.45
kg_enrich_entitiesMethod · 0.45
vault_kg_searchMethod · 0.45

Calls

no outgoing calls