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

Function test_remote_clone

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

Source from the content-addressed store, hash-verified

386
387 #[test]
388 fn test_remote_clone() {
389 let cmd = Remote::new().with_verbose(true);
390 let cloned = cmd.clone();
391 assert_eq!(cmd.verbose, cloned.verbose);
392 }
393
394 #[test]
395 fn test_remote_debug() {

Callers

nothing calls this directly

Calls 2

with_verboseMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected