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

Function test_options_detect_moves

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

Source from the content-addressed store, hash-verified

830
831 #[test]
832 fn test_options_detect_moves() {
833 let opts = DetectOptions::new().with_detect_moves(false);
834
835 assert!(!opts.detect_moves);
836 }
837
838 #[test]
839 fn test_options_detect_encoding_changes() {

Callers

nothing calls this directly

Calls 1

with_detect_movesMethod · 0.45

Tested by

no test coverage detected