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

Method with_identifier

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

Builder: set the identifier.

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

Source from the content-addressed store, hash-verified

103
104 /// Builder: set the identifier.
105 pub fn with_identifier(mut self, id: impl Into<String>) -> Self {
106 self.identifier = Some(id.into());
107 self
108 }
109
110 /// Builder: set the view.
111 pub fn with_view(mut self, view: impl Into<String>) -> Self {

Calls

no outgoing calls