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

Function test_options_clone

atomic-core/src/output/repo/file.rs:1052–1057  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1050
1051 #[test]
1052 fn test_options_clone() {
1053 let opts = FileOutputOptions::new().max_vertices(100);
1054 let cloned = opts;
1055
1056 assert_eq!(opts, cloned);
1057 }
1058
1059 #[test]
1060 fn test_options_debug() {

Callers

nothing calls this directly

Calls 1

max_verticesMethod · 0.45

Tested by

no test coverage detected