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

Method view

atomic-repository/src/record/options.rs:185–188  ·  view source on GitHub ↗
(mut self, view: impl Into<String>)

Source from the content-addressed store, hash-verified

183 /// Set the target view. If not set, uses the current view.
184 #[must_use]
185 pub fn view(mut self, view: impl Into<String>) -> Self {
186 self.view = Some(view.into());
187 self
188 }
189
190 /// Set the change message.
191 #[must_use]

Calls

no outgoing calls