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

Method with_identifier

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

Builder: set the identifier.

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls