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

Method with_no_color

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

Builder: set the no-color flag.

(mut self, no_color: bool)

Source from the content-addressed store, hash-verified

135
136 /// Builder: set the no-color flag.
137 pub fn with_no_color(mut self, no_color: bool) -> Self {
138 self.no_color = no_color;
139 self
140 }
141
142 /// Builder: set the name-only flag.
143 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