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

Method with_stat

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

Builder: set the stat flag.

(mut self, stat: bool)

Source from the content-addressed store, hash-verified

129
130 /// Builder: set the stat flag.
131 pub fn with_stat(mut self, stat: bool) -> Self {
132 self.stat = stat;
133 self
134 }
135
136 /// Builder: set the no-color flag.
137 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