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

Method with_identifier

atomic-cli/src/commands/change/command.rs:88–91  ·  view source on GitHub ↗

Builder: set the identifier.

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

Source from the content-addressed store, hash-verified

86
87 /// Builder: set the identifier.
88 pub fn with_identifier(mut self, id: impl Into<String>) -> Self {
89 self.identifier = Some(id.into());
90 self
91 }
92
93 /// Builder: set the view.
94 pub fn with_view(mut self, view: impl Into<String>) -> Self {

Calls

no outgoing calls