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

Function test_detect_moves_builder

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

Source from the content-addressed store, hash-verified

428
429 #[test]
430 fn test_detect_moves_builder() {
431 let opts = WorkflowOptions::new().with_detect_moves(false);
432 assert!(!opts.detect_moves());
433 }
434
435 #[test]
436 fn test_detect_encoding_builder() {

Callers

nothing calls this directly

Calls 1

with_detect_movesMethod · 0.45

Tested by

no test coverage detected