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

Function test_options_clone

atomic-core/src/output/repo/tree.rs:1123–1128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1121
1122 #[test]
1123 fn test_options_clone() {
1124 let opts = TreeCollectOptions::new().prefix("test/");
1125 let cloned = opts.clone();
1126
1127 assert_eq!(opts, cloned);
1128 }
1129
1130 #[test]
1131 fn test_options_debug() {

Callers

nothing calls this directly

Calls 2

prefixMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected