(bytes: &[u8])
| 93 | } |
| 94 | |
| 95 | fn has_markers(bytes: &[u8]) -> bool { |
| 96 | super::materialize::first_conflict_marker_line(bytes).is_some() |
| 97 | } |
| 98 | |
| 99 | impl Repository { |
| 100 | /// Verify working-copy consistency against the graph. Read-only. |
no test coverage detected