MCPcopy 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]
110fn test_options_clone() {
111 let opts = DetectionOptions::new().prefix("src/");
112 let cloned = opts.clone();
113 assert_eq!(opts, cloned);
114}
115
116#[test]
117fn test_options_debug() {

Callers

nothing calls this directly

Calls 2

prefixMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected