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

Method with_view

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

Builder: set the view.

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

Source from the content-addressed store, hash-verified

109
110 /// Builder: set the view.
111 pub fn with_view(mut self, view: impl Into<String>) -> Self {
112 self.view = Some(view.into());
113 self
114 }
115
116 /// Builder: set the output format.
117 pub fn with_format(mut self, format: ChangeFormat) -> Self {

Calls

no outgoing calls

Tested by 3