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

Method with_summary

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

Builder: set summary.

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

Source from the content-addressed store, hash-verified

474
475 /// Builder: set summary.
476 pub fn with_summary(mut self, summary: impl Into<String>) -> Self {
477 self.summary = Some(summary.into());
478 self
479 }
480
481 /// Builder: set metadata.
482 pub fn with_metadata(mut self, metadata: serde_json::Value) -> Self {

Calls

no outgoing calls