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

Function has_markers

atomic-repository/src/repository/verify.rs:95–97  ·  view source on GitHub ↗
(bytes: &[u8])

Source from the content-addressed store, hash-verified

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

Callers 1

verify_working_copyMethod · 0.70

Calls 1

Tested by

no test coverage detected