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

Method with_switch

atomic-cli/src/commands/split.rs:149–152  ·  view source on GitHub ↗

Builder: set the switch flag.

(mut self, switch: bool)

Source from the content-addressed store, hash-verified

147
148 /// Builder: set the switch flag.
149 pub fn with_switch(mut self, switch: bool) -> Self {
150 self.switch = switch;
151 self
152 }
153}
154
155impl Command for Split {

Callers 3

test_split_with_switchFunction · 0.45
test_split_builder_chainFunction · 0.45
test_split_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_split_with_switchFunction · 0.36
test_split_builder_chainFunction · 0.36
test_split_cloneFunction · 0.36