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

Method with_no_color

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

Builder: set the no-color flag.

(mut self, no_color: bool)

Source from the content-addressed store, hash-verified

139
140 /// Builder: set the no-color flag.
141 pub fn with_no_color(mut self, no_color: bool) -> Self {
142 self.no_color = no_color;
143 self
144 }
145
146 /// Builder: set the name-only flag.
147 pub fn with_name_only(mut self, name_only: bool) -> Self {

Callers 5

test_diff_with_no_colorFunction · 0.80
test_diff_builder_chainFunction · 0.80
test_diff_no_colorFunction · 0.80

Calls

no outgoing calls

Tested by 5

test_diff_with_no_colorFunction · 0.64
test_diff_builder_chainFunction · 0.64
test_diff_no_colorFunction · 0.64