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

Function test_options_check_mtime

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

Source from the content-addressed store, hash-verified

823
824 #[test]
825 fn test_options_check_mtime() {
826 let opts = DetectOptions::new().with_check_mtime(false);
827
828 assert!(!opts.check_mtime);
829 }
830
831 #[test]
832 fn test_options_detect_moves() {

Callers

nothing calls this directly

Calls 1

with_check_mtimeMethod · 0.45

Tested by

no test coverage detected