Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
78
fn 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]
85
fn test_options_debug() {
Callers
nothing calls this directly
Calls
2
encoding
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected