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