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

Function test_options_clone

atomic-core/src/record/workflow/graph_op/tests.rs:78–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76
77#[test]
78fn test_options_clone() {
79 let opts = HunkBuildOptions::new().encoding(Encoding::Utf8);
80 let cloned = opts.clone();
81 assert_eq!(opts, cloned);
82}
83
84#[test]
85fn test_options_debug() {

Callers

nothing calls this directly

Calls 2

encodingMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected