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

Method with_verbose

atomic-cli/src/commands/view/list.rs:69–72  ·  view source on GitHub ↗

Builder: set the verbose flag.

(mut self, verbose: bool)

Source from the content-addressed store, hash-verified

67
68 /// Builder: set the verbose flag.
69 pub fn with_verbose(mut self, verbose: bool) -> Self {
70 self.verbose = verbose;
71 self
72 }
73}
74
75impl Command for List {

Callers 2

test_with_verboseFunction · 0.45
test_list_verboseFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_with_verboseFunction · 0.36
test_list_verboseFunction · 0.36