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

Method with_name_status

atomic-cli/src/commands/diff/command.rs:153–156  ·  view source on GitHub ↗

Builder: set the name-status flag.

(mut self, name_status: bool)

Source from the content-addressed store, hash-verified

151
152 /// Builder: set the name-status flag.
153 pub fn with_name_status(mut self, name_status: bool) -> Self {
154 self.name_status = name_status;
155 self
156 }
157
158 /// Builder: set the view to compare against.
159 pub fn with_view(mut self, view: impl Into<String>) -> Self {

Calls

no outgoing calls