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

Method with_stat

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

Builder: set the stat flag.

(mut self, stat: bool)

Source from the content-addressed store, hash-verified

133
134 /// Builder: set the stat flag.
135 pub fn with_stat(mut self, stat: bool) -> Self {
136 self.stat = stat;
137 self
138 }
139
140 /// Builder: set the no-color flag.
141 pub fn with_no_color(mut self, no_color: bool) -> Self {

Calls

no outgoing calls

Tested by 7

test_diff_with_statFunction · 0.64
test_diff_builder_chainFunction · 0.64