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

Method with_metadata

atomic-core/src/pristine/vault.rs:482–485  ·  view source on GitHub ↗

Builder: set metadata.

(mut self, metadata: serde_json::Value)

Source from the content-addressed store, hash-verified

480
481 /// Builder: set metadata.
482 pub fn with_metadata(mut self, metadata: serde_json::Value) -> Self {
483 self.metadata = Some(metadata);
484 self
485 }
486}
487
488/// A directed edge in the knowledge graph.

Callers 4

kg_node_new_and_builderFunction · 0.45
emit_session_nodeMethod · 0.45
emit_turn_kgMethod · 0.45
emit_session_fork_kgMethod · 0.45

Calls

no outgoing calls

Tested by 1

kg_node_new_and_builderFunction · 0.36