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/record/tests.rs:109–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
108
#[test]
109
fn test_options_clone() {
110
let opts = RecordingOptions::new().algorithm(Algorithm::Patience);
111
let cloned = opts.clone();
112
assert_eq!(opts, cloned);
113
}
114
115
#[test]
116
fn test_options_debug() {
Callers
nothing calls this directly
Calls
2
algorithm
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected