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

Method with_verbose

atomic-cli/src/commands/remote/mod.rs:155–158  ·  view source on GitHub ↗

Builder: set the verbose flag.

(mut self, verbose: bool)

Source from the content-addressed store, hash-verified

153
154 /// Builder: set the verbose flag.
155 pub fn with_verbose(mut self, verbose: bool) -> Self {
156 self.verbose = verbose;
157 self
158 }
159
160 /// List all configured remotes.
161 fn list_remotes(&self) -> CliResult<()> {

Callers 2

test_remote_with_verboseFunction · 0.45
test_remote_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_remote_with_verboseFunction · 0.36
test_remote_cloneFunction · 0.36