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

Function test_unrecord_outcome_dry_run

atomic-repository/src/unrecord.rs:784–789  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

782
783 #[test]
784 fn test_unrecord_outcome_dry_run() {
785 let state = Merkle::of(b"state");
786 let outcome = UnrecordOutcome::new(vec![], state, 0).as_dry_run();
787
788 assert!(outcome.was_dry_run);
789 }
790
791 #[test]
792 fn test_unrecord_outcome_with_warning() {

Callers

nothing calls this directly

Calls 1

as_dry_runMethod · 0.80

Tested by

no test coverage detected