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

Function test_remote_with_verbose

atomic-cli/src/commands/remote/mod.rs:317–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315
316 #[test]
317 fn test_remote_with_verbose() {
318 let cmd = Remote::new().with_verbose(true);
319 assert!(cmd.verbose);
320 }
321
322 #[test]
323 fn test_remote_default() {

Callers

nothing calls this directly

Calls 1

with_verboseMethod · 0.45

Tested by

no test coverage detected