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

Function test_force_rediff_builder

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

Source from the content-addressed store, hash-verified

470
471 #[test]
472 fn test_force_rediff_builder() {
473 let opts = WorkflowOptions::new().with_force_rediff(true);
474 assert!(opts.force_rediff());
475 }
476
477 #[test]
478 fn test_ignore_missing_builder() {

Callers

nothing calls this directly

Calls 1

with_force_rediffMethod · 0.45

Tested by

no test coverage detected