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

Function test_check_mtime_builder

atomic-core/src/record/workflow/options.rs:424–427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

422
423 #[test]
424 fn test_check_mtime_builder() {
425 let opts = WorkflowOptions::new().with_check_mtime(false);
426 assert!(!opts.check_mtime());
427 }
428
429 #[test]
430 fn test_detect_moves_builder() {

Callers

nothing calls this directly

Calls 1

with_check_mtimeMethod · 0.45

Tested by

no test coverage detected