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

Function test_options_force_rediff

atomic-core/src/record/detect.rs:867–871  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

865
866 #[test]
867 fn test_options_force_rediff() {
868 let opts = DetectOptions::new().with_force_rediff(true);
869
870 assert!(opts.force_rediff);
871 }
872
873 #[test]
874 fn test_options_chaining() {

Callers

nothing calls this directly

Calls 1

with_force_rediffMethod · 0.45

Tested by

no test coverage detected