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

Method with_metadata

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

Builder: set metadata.

(mut self, metadata: serde_json::Value)

Source from the content-addressed store, hash-verified

503
504 /// Builder: set metadata.
505 pub fn with_metadata(mut self, metadata: serde_json::Value) -> Self {
506 self.metadata = Some(metadata);
507 self
508 }
509}
510
511/// 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