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

Function test_line_ops_restore

atomic-core/src/change/ops.rs:1005–1010  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1003
1004 #[test]
1005 fn test_line_ops_restore() {
1006 let ops = LineOps::restore(test_branch_id(3));
1007
1008 assert!(ops.is_restore());
1009 assert!(!ops.is_delete());
1010 }
1011
1012 #[test]
1013 fn test_line_ops_display() {

Callers

nothing calls this directly

Calls 1

test_branch_idFunction · 0.85

Tested by

no test coverage detected