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

Function test_options_clone

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

Source from the content-addressed store, hash-verified

1042
1043 #[test]
1044 fn test_options_clone() {
1045 let opts = FileOutputOptions::new().max_vertices(100);
1046 let cloned = opts;
1047
1048 assert_eq!(opts, cloned);
1049 }
1050
1051 #[test]
1052 fn test_options_debug() {

Callers

nothing calls this directly

Calls 1

max_verticesMethod · 0.45

Tested by

no test coverage detected