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

Method with_summary

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

Builder: set summary.

(mut self, summary: impl Into<String>)

Source from the content-addressed store, hash-verified

497
498 /// Builder: set summary.
499 pub fn with_summary(mut self, summary: impl Into<String>) -> Self {
500 self.summary = Some(summary.into());
501 self
502 }
503
504 /// Builder: set metadata.
505 pub fn with_metadata(mut self, metadata: serde_json::Value) -> Self {

Calls

no outgoing calls