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

Method view

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

Source from the content-addressed store, hash-verified

175 /// Set the target view. If not set, uses the current view.
176 #[must_use]
177 pub fn view(mut self, view: impl Into<String>) -> Self {
178 self.view = Some(view.into());
179 self
180 }
181
182 /// Set the change message.
183 #[must_use]

Calls

no outgoing calls